#86E0E9

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

Shades of Spray #86E0E9

Tints of Spray #86E0E9

Color information

#86E0E9 (or 0x86E0E9) is unknown color: approx Spray. HEX triplet: 86, E0 and E9. RGB value is (134,224,233). Sum of RGB (Red+Green+Blue) = 134+224+233=591 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.67% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #86E0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E0E9 is #791F16. Grayscale: #C5C5C5. Windows color (decimal): -7937815 or 15327366. OLE color: 15327366.

HSL color Cylindrical-coordinate representation of color #86E0E9: hue angle of 185.45º 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 #86E0E9 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134224233-
CMYK0.420.0400.09
HSL185.45º69.23%71.96%-
HSV(B)185.45º42.49%91.37%-
XYZ51.264.2686.8-
YUV198.12147.6882.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.67%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 233 (91.41% from 255) = 39.42%
R=22.67%
G=37.90%
B=39.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342242330.420.0400.09185.4569.2371.96
Hex86E0E92A409b94548
Octal206340351524011271105110
Binary100001101110000011101001101010100010011011100110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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