#86CBFB

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

Shades of Light Sky Blue #86CBFB

Tints of Light Sky Blue #86CBFB

Color information

#86CBFB (or 0x86CBFB) is unknown color: approx Light Sky Blue. HEX triplet: 86, CB and FB. RGB value is (134,203,251). Sum of RGB (Red+Green+Blue) = 134+203+251=588 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.79% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #86CBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CBFB is #793404. Grayscale: #BBBBBB. Windows color (decimal): -7943173 or 16501638. OLE color: 16501638.

HSL color Cylindrical-coordinate representation of color #86CBFB: hue angle of 204.62º 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 #86CBFB is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB134203251-
CMYK0.470.1900.02
HSL204.62º93.6%75.49%-
HSV(B)204.62º46.61%98.43%-
XYZ48.654.7599.27-
YUV187.84163.6489.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.79%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=22.79%
G=34.52%
B=42.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342032510.470.1900.02204.6293.675.49
Hex86CBFB2F1302cd5e4b
Octal206313373572302315136113
Binary100001101100101111111011101111100110101100110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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