#86C0FC

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

Shades of Light Sky Blue #86C0FC

Tints of Light Sky Blue #86C0FC

Color information

#86C0FC (or 0x86C0FC) is unknown color: approx Light Sky Blue. HEX triplet: 86, C0 and FC. RGB value is (134,192,252). Sum of RGB (Red+Green+Blue) = 134+192+252=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #86C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C0FC is #793F03. Grayscale: #B5B5B5. Windows color (decimal): -7945988 or 16564358. OLE color: 16564358.

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

Color convert

RGB134192252-
CMYK0.470.2400.01
HSL210.51º95.16%75.69%-
HSV(B)210.51º46.83%98.82%-
XYZ46.2549.899.27-
YUV181.5167.7894.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.18%
GREEN value IS 192 (75.39% from 255) = 33.22%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=23.18%
G=33.22%
B=43.60%

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
Decimal1341922520.470.2400.01210.5195.1675.69
Hex86C0FC2F1801d35f4c
Octal206300374573001323137114
Binary10000110110000001111110010111111000011101001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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