#86D2FA

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

Shades of Light Sky Blue #86D2FA

Tints of Light Sky Blue #86D2FA

Color information

#86D2FA (or 0x86D2FA) is unknown color: approx Light Sky Blue. HEX triplet: 86, D2 and FA. RGB value is (134,210,250). Sum of RGB (Red+Green+Blue) = 134+210+250=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #86D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D2FA is #792D05. Grayscale: #BFBFBF. Windows color (decimal): -7941382 or 16437894. OLE color: 16437894.

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

Color convert

RGB134210250-
CMYK0.460.1600.02
HSL200.69º92.06%75.29%-
HSV(B)200.69º46.4%98.04%-
XYZ50.1358.0699.01-
YUV191.84160.8286.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.56%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=22.56%
G=35.35%
B=42.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342102500.460.1600.02200.6992.0675.29
Hex86D2FA2E1002c95c4b
Octal206322372562002311134113
Binary100001101101001011111010101110100000101100100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,210,250); }

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

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

 a { background-color: rgb(134,210,250); }

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

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

 span { border-color: rgb(134,210,250); }

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