#86DEE1

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

Shades of Spray #86DEE1

Tints of Spray #86DEE1

Color information

#86DEE1 (or 0x86DEE1) is unknown color: approx Spray. HEX triplet: 86, DE and E1. RGB value is (134,222,225). Sum of RGB (Red+Green+Blue) = 134+222+225=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #86DEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DEE1 is #79211E. Grayscale: #C3C3C3. Windows color (decimal): -7938335 or 14802566. OLE color: 14802566.

HSL color Cylindrical-coordinate representation of color #86DEE1: hue angle of 181.98º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DEE1 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134222225-
CMYK0.400.0100.12
HSL181.98º60.26%70.39%-
HSV(B)181.98º40.44%88.24%-
XYZ49.5462.7580.73-
YUV196.03144.3583.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.06%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=23.06%
G=38.21%
B=38.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342222250.400.0100.12181.9860.2670.39
Hex86DEE12810Cb63c46
Octal20633634150101426674106
Binary100001101101111011100001101000101100101101101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,222,225); }

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

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

 a { background-color: rgb(134,222,225); }

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

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

 span { border-color: rgb(134,222,225); }

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