#86CFF6

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

Shades of Light Sky Blue #86CFF6

Tints of Light Sky Blue #86CFF6

Color information

#86CFF6 (or 0x86CFF6) is unknown color: approx Light Sky Blue. HEX triplet: 86, CF and F6. RGB value is (134,207,246). Sum of RGB (Red+Green+Blue) = 134+207+246=587 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.83% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #86CFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFF6 is #793009. Grayscale: #BDBDBD. Windows color (decimal): -7942154 or 16174982. OLE color: 16174982.

HSL color Cylindrical-coordinate representation of color #86CFF6: hue angle of 200.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86CFF6 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134207246-
CMYK0.460.1600.04
HSL200.89º86.15%74.51%-
HSV(B)200.89º45.53%96.47%-
XYZ48.7856.3595.49-
YUV189.62159.8288.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.83%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 246 (96.48% from 255) = 41.91%
R=22.83%
G=35.26%
B=41.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342072460.460.1600.04200.8986.1574.51
Hex86CFF62E1004c9564b
Octal206317366562004311126113
Binary1000011011001111111101101011101000001001100100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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