#86D4F5

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

Shades of Light Sky Blue #86D4F5

Tints of Light Sky Blue #86D4F5

Color information

#86D4F5 (or 0x86D4F5) is unknown color: approx Light Sky Blue. HEX triplet: 86, D4 and F5. RGB value is (134,212,245). Sum of RGB (Red+Green+Blue) = 134+212+245=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #86D4F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D4F5 is #792B0A. Grayscale: #C0C0C0. Windows color (decimal): -7940875 or 16110726. OLE color: 16110726.

HSL color Cylindrical-coordinate representation of color #86D4F5: hue angle of 197.84º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86D4F5 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB134212245-
CMYK0.450.1300.04
HSL197.84º84.73%74.31%-
HSV(B)197.84º45.31%96.08%-
XYZ49.8658.7595.1-
YUV192.44157.6686.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.67%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 245 (96.09% from 255) = 41.46%
R=22.67%
G=35.87%
B=41.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342122450.450.1300.04197.8484.7374.31
Hex86D4F52DD04c6554a
Octal206324365551504306125112
Binary100001101101010011110101101101110101001100011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,212,245); }

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

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

 a { background-color: rgb(134,212,245); }

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

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

 span { border-color: rgb(134,212,245); }

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