#86D2E9

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

Shades of Sky Blue #86D2E9

Tints of Sky Blue #86D2E9

Color information

#86D2E9 (or 0x86D2E9) is unknown color: approx Sky Blue. HEX triplet: 86, D2 and E9. RGB value is (134,210,233). Sum of RGB (Red+Green+Blue) = 134+210+233=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #86D2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D2E9 is #792D16. Grayscale: #BDBDBD. Windows color (decimal): -7941399 or 15323782. OLE color: 15323782.

HSL color Cylindrical-coordinate representation of color #86D2E9: hue angle of 193.94º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86D2E9 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134210233-
CMYK0.420.1000.09
HSL193.94º69.23%71.96%-
HSV(B)193.94º42.49%91.37%-
XYZ47.5957.0485.59-
YUV189.9152.3288.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.22%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=23.22%
G=36.40%
B=40.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342102330.420.1000.09193.9469.2371.96
Hex86D2E92AA09c24548
Octal2063223515212011302105110
Binary1000011011010010111010011010101010010011100001010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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