#86CAE8

Color #86CAE8 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #86CAE8

Tints of Sky Blue #86CAE8

Color information

#86CAE8 (or 0x86CAE8) is unknown color: approx Sky Blue. HEX triplet: 86, CA and E8. RGB value is (134,202,232). Sum of RGB (Red+Green+Blue) = 134+202+232=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #86CAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CAE8 is #793517. Grayscale: #B8B8B8. Windows color (decimal): -7943448 or 15256198. OLE color: 15256198.

HSL color Cylindrical-coordinate representation of color #86CAE8: hue angle of 198.37º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86CAE8 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134202232-
CMYK0.420.1300.09
HSL198.37º68.06%71.76%-
HSV(B)198.37º42.24%90.98%-
XYZ45.5253.1484.2-
YUV185.09154.4791.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 23.59%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 232 (91.02% from 255) = 40.85%
R=23.59%
G=35.56%
B=40.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342022320.420.1300.09198.3768.0671.76
Hex86CAE82AD09c64448
Octal2063123505215011306104110
Binary1000011011001010111010001010101101010011100011010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86CAE8; }

 p { color: rgb(134,202,232); }

 H1.HeaderClassName
 {
   color: #86CAE8;
 }
 .AnyTagClassName
 {
   color: #86CAE8;
 }
</style>
background-color css

<style>
 a { background-color: #86CAE8; }

 a { background-color: rgb(134,202,232); }

 div.DivClassName
 {
   background-color: #86CAE8;
 }
 .BgClassName
 {
   background-color: #86CAE8;
 }
</style>
border-color css

<style>
 span { border-color: #86CAE8; }

 span { border-color: rgb(134,202,232); }

 td.TdClassName
 {
   border-color: #86CAE8;
 }
 .TagClassName
 {
   border-color: #86CAE8;
 }
</style>