#85E8CE

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

Shades of Riptide #85E8CE

Tints of Riptide #85E8CE

Color information

#85E8CE (or 0x85E8CE) is unknown color: approx Riptide. HEX triplet: 85, E8 and CE. RGB value is (133,232,206). Sum of RGB (Red+Green+Blue) = 133+232+206=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 232 - color contains mainly: green. Hex color #85E8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85E8CE is #7A1731. Grayscale: #C7C7C7. Windows color (decimal): -8001330 or 13559941. OLE color: 13559941.

HSL color Cylindrical-coordinate representation of color #85E8CE: hue angle of 164.24º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E8CE is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB133232206-
CMYK0.4300.110.09
HSL164.24º68.28%71.57%-
HSV(B)164.24º42.67%90.98%-
XYZ49.6767.1668.74-
YUV199.44131.780.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.29%
GREEN value IS 232 (91.02% from 255) = 40.63%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=23.29%
G=40.63%
B=36.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332322060.4300.110.09164.2468.2871.57
Hex85E8CE2B0B9a44448
Octal2053503165301311244104110
Binary1000010111101000110011101010110101110011010010010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,232,206); }

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

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

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

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

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

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

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