#85D9CE

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

Shades of Riptide #85D9CE

Tints of Riptide #85D9CE

Color information

#85D9CE (or 0x85D9CE) is unknown color: approx Riptide. HEX triplet: 85, D9 and CE. RGB value is (133,217,206). Sum of RGB (Red+Green+Blue) = 133+217+206=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #85D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D9CE is #7A2631. Grayscale: #BEBEBE. Windows color (decimal): -8005170 or 13556101. OLE color: 13556101.

HSL color Cylindrical-coordinate representation of color #85D9CE: hue angle of 172.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D9CE is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB133217206-
CMYK0.3900.050.15
HSL172.14º52.5%68.63%-
HSV(B)172.14º38.71%85.1%-
XYZ45.6359.0767.39-
YUV190.63136.6786.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 217 (85.16% from 255) = 39.03%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=23.92%
G=39.03%
B=37.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332172060.3900.050.15172.1452.568.63
Hex85D9CE2705Fac3445
Octal20533131647051725464105
Binary10000101110110011100111010011101011111101011001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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