#86CFE8

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

Shades of Sky Blue #86CFE8

Tints of Sky Blue #86CFE8

Color information

#86CFE8 (or 0x86CFE8) is unknown color: approx Sky Blue. HEX triplet: 86, CF and E8. RGB value is (134,207,232). Sum of RGB (Red+Green+Blue) = 134+207+232=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #86CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFE8 is #793017. Grayscale: #BBBBBB. Windows color (decimal): -7942168 or 15257478. OLE color: 15257478.

HSL color Cylindrical-coordinate representation of color #86CFE8: hue angle of 195.31º 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 #86CFE8 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134207232-
CMYK0.420.1100.09
HSL195.31º68.06%71.76%-
HSV(B)195.31º42.24%90.98%-
XYZ46.7155.5284.6-
YUV188.02152.8289.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.39%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 232 (91.02% from 255) = 40.49%
R=23.39%
G=36.13%
B=40.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342072320.420.1100.09195.3168.0671.76
Hex86CFE82AB09c34448
Octal2063173505213011303104110
Binary1000011011001111111010001010101011010011100001110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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