#86D2EA

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

Shades of Sky Blue #86D2EA

Tints of Sky Blue #86D2EA

Color information

#86D2EA (or 0x86D2EA) is unknown color: approx Sky Blue. HEX triplet: 86, D2 and EA. RGB value is (134,210,234). Sum of RGB (Red+Green+Blue) = 134+210+234=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #86D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D2EA is #792D15. Grayscale: #BDBDBD. Windows color (decimal): -7941398 or 15389318. OLE color: 15389318.

HSL color Cylindrical-coordinate representation of color #86D2EA: hue angle of 194.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86D2EA is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134210234-
CMYK0.430.1000.08
HSL194.4º70.42%72.16%-
HSV(B)194.4º42.74%91.76%-
XYZ47.7357.186.35-
YUV190.01152.8288.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.18%
GREEN value IS 210 (82.42% from 255) = 36.33%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=23.18%
G=36.33%
B=40.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342102340.430.1000.08194.470.4272.16
Hex86D2EA2BA08c24648
Octal2063223525312010302106110
Binary1000011011010010111010101010111010010001100001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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