#86C3FC

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

Shades of Light Sky Blue #86C3FC

Tints of Light Sky Blue #86C3FC

Color information

#86C3FC (or 0x86C3FC) is unknown color: approx Light Sky Blue. HEX triplet: 86, C3 and FC. RGB value is (134,195,252). Sum of RGB (Red+Green+Blue) = 134+195+252=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #86C3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C3FC is #793C03. Grayscale: #B6B6B6. Windows color (decimal): -7945220 or 16565126. OLE color: 16565126.

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

Color convert

RGB134195252-
CMYK0.470.2300.01
HSL208.98º95.16%75.69%-
HSV(B)208.98º46.83%98.82%-
XYZ46.9251.1399.49-
YUV183.26166.7992.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.06%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=23.06%
G=33.56%
B=43.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341952520.470.2300.01208.9895.1675.69
Hex86C3FC2F1701d15f4c
Octal206303374572701321137114
Binary10000110110000111111110010111110111011101000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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