#85DDC9

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

Shades of Riptide #85DDC9

Tints of Riptide #85DDC9

Color information

#85DDC9 (or 0x85DDC9) is unknown color: approx Riptide. HEX triplet: 85, DD and C9. RGB value is (133,221,201). Sum of RGB (Red+Green+Blue) = 133+221+201=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDC9 is #7A2236. Grayscale: #C0C0C0. Windows color (decimal): -8004151 or 13229445. OLE color: 13229445.

HSL color Cylindrical-coordinate representation of color #85DDC9: hue angle of 166.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDC9 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB133221201-
CMYK0.4000.090.13
HSL166.36º56.41%69.41%-
HSV(B)166.36º39.82%86.67%-
XYZ46.0760.9264.59-
YUV192.41132.8585.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.96%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=23.96%
G=39.82%
B=36.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332212010.4000.090.13166.3656.4169.41
Hex85DDC92809Da63845
Octal205335311500111524670105
Binary100001011101110111001001101000010011101101001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,221,201); }

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

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

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

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

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

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

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