#86C8FF

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

Shades of Light Sky Blue #86C8FF

Tints of Light Sky Blue #86C8FF

Color information

#86C8FF (or 0x86C8FF) is unknown color: approx Light Sky Blue. HEX triplet: 86, C8 and FF. RGB value is (134,200,255). Sum of RGB (Red+Green+Blue) = 134+200+255=589 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.75% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #86C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C8FF is #793700. Grayscale: #BABABA. Windows color (decimal): -7943937 or 16763014. OLE color: 16763014.

HSL color Cylindrical-coordinate representation of color #86C8FF: hue angle of 207.27º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C8FF is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB134200255-
CMYK0.470.2200
HSL207.27º100%76.27%-
HSV(B)207.27º47.45%100%-
XYZ48.5453.6102.39-
YUV186.54166.6390.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.75%
GREEN value IS 200 (78.52% from 255) = 33.96%
BLUE value IS 255 (100% from 255) = 43.29%
R=22.75%
G=33.96%
B=43.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342002550.470.2200207.2710076.27
Hex86C8FF2F1600cf644c
Octal206310377572600317144114
Binary10000110110010001111111110111110110001100111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,200,255); }

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

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

 a { background-color: rgb(134,200,255); }

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

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

 span { border-color: rgb(134,200,255); }

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