#85E1DA

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

Shades of Riptide #85E1DA

Tints of Riptide #85E1DA

Color information

#85E1DA (or 0x85E1DA) is unknown color: approx Riptide. HEX triplet: 85, E1 and DA. RGB value is (133,225,218). Sum of RGB (Red+Green+Blue) = 133+225+218=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #85E1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E1DA is #7A1E25. Grayscale: #C4C4C4. Windows color (decimal): -8003110 or 14344581. OLE color: 14344581.

HSL color Cylindrical-coordinate representation of color #85E1DA: hue angle of 175.43º 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 #85E1DA is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB133225218-
CMYK0.4100.030.12
HSL175.43º60.53%70.2%-
HSV(B)175.43º40.89%88.24%-
XYZ49.2563.976.07-
YUV196.69140.0282.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.09%
GREEN value IS 225 (88.28% from 255) = 39.06%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=23.09%
G=39.06%
B=37.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332252180.4100.030.12175.4360.5370.2
Hex85E1DA2903Caf3d46
Octal20534133251031425775106
Binary1000010111100001110110101010010111100101011111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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