#86D9FA

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

Shades of Light Sky Blue #86D9FA

Tints of Light Sky Blue #86D9FA

Color information

#86D9FA (or 0x86D9FA) is unknown color: approx Light Sky Blue. HEX triplet: 86, D9 and FA. RGB value is (134,217,250). Sum of RGB (Red+Green+Blue) = 134+217+250=601 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.30% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #86D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D9FA is #792605. Grayscale: #C3C3C3. Windows color (decimal): -7939590 or 16439686. OLE color: 16439686.

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

Color convert

RGB134217250-
CMYK0.460.1300.02
HSL197.07º92.06%75.29%-
HSV(B)197.07º46.4%98.04%-
XYZ51.961.699.6-
YUV195.94158.583.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.30%
GREEN value IS 217 (85.16% from 255) = 36.11%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=22.30%
G=36.11%
B=41.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342172500.460.1300.02197.0792.0675.29
Hex86D9FA2ED02c55c4b
Octal206331372561502305134113
Binary10000110110110011111101010111011010101100010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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