#86BFFC

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

Shades of Light Sky Blue #86BFFC

Tints of Light Sky Blue #86BFFC

Color information

#86BFFC (or 0x86BFFC) is unknown color: approx Light Sky Blue. HEX triplet: 86, BF and FC. RGB value is (134,191,252). Sum of RGB (Red+Green+Blue) = 134+191+252=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #86BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFFC is #794003. Grayscale: #B4B4B4. Windows color (decimal): -7946244 or 16564102. OLE color: 16564102.

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

Color convert

RGB134191252-
CMYK0.470.2400.01
HSL211.02º95.16%75.69%-
HSV(B)211.02º46.83%98.82%-
XYZ46.0349.3699.2-
YUV180.91168.1294.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.22%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=23.22%
G=33.10%
B=43.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341912520.470.2400.01211.0295.1675.69
Hex86BFFC2F1801d35f4c
Octal206277374573001323137114
Binary10000110101111111111110010111111000011101001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,191,252); }

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

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

 a { background-color: rgb(134,191,252); }

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

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

 span { border-color: rgb(134,191,252); }

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