#85E1E1

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

Shades of Spray #85E1E1

Tints of Spray #85E1E1

Color information

#85E1E1 (or 0x85E1E1) is unknown color: approx Spray. HEX triplet: 85, E1 and E1. RGB value is (133,225,225). Sum of RGB (Red+Green+Blue) = 133+225+225=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: green, blue. Hex color #85E1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E1E1 is #7A1E1E. Grayscale: #C5C5C5. Windows color (decimal): -8003103 or 14803333. OLE color: 14803333.

HSL color Cylindrical-coordinate representation of color #85E1E1: hue angle of 180º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E1E1 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133225225-
CMYK0.41000.12
HSL180º60.53%70.2%-
HSV(B)180º40.89%88.24%-
XYZ50.1964.2780.99-
YUV197.49143.5282-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.81%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=22.81%
G=38.59%
B=38.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332252250.41000.1218060.5370.2
Hex85E1E12900Cb43d46
Octal20534134151001426475106
Binary100001011110000111100001101001001100101101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85E1E1; }

 p { color: rgb(133,225,225); }

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

<style>
 a { background-color: #85E1E1; }

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

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

<style>
 span { border-color: #85E1E1; }

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

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