#86C3FB

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

Shades of Light Sky Blue #86C3FB

Tints of Light Sky Blue #86C3FB

Color information

#86C3FB (or 0x86C3FB) is unknown color: approx Light Sky Blue. HEX triplet: 86, C3 and FB. RGB value is (134,195,251). Sum of RGB (Red+Green+Blue) = 134+195+251=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #86C3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C3FB is #793C04. Grayscale: #B6B6B6. Windows color (decimal): -7945221 or 16499590. OLE color: 16499590.

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

Color convert

RGB134195251-
CMYK0.470.2200.02
HSL208.72º93.6%75.49%-
HSV(B)208.72º46.61%98.43%-
XYZ46.7651.0698.66-
YUV183.14166.2992.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.10%
GREEN value IS 195 (76.56% from 255) = 33.62%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=23.10%
G=33.62%
B=43.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341952510.470.2200.02208.7293.675.49
Hex86C3FB2F1602d15e4b
Octal206303373572602321136113
Binary100001101100001111111011101111101100101101000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,195,251); }

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

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

 a { background-color: rgb(134,195,251); }

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

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

 span { border-color: rgb(134,195,251); }

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