#85DAD2

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

Shades of Riptide #85DAD2

Tints of Riptide #85DAD2

Color information

#85DAD2 (or 0x85DAD2) is unknown color: approx Riptide. HEX triplet: 85, DA and D2. RGB value is (133,218,210). Sum of RGB (Red+Green+Blue) = 133+218+210=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DAD2 is #7A252D. Grayscale: #BFBFBF. Windows color (decimal): -8004910 or 13818501. OLE color: 13818501.

HSL color Cylindrical-coordinate representation of color #85DAD2: hue angle of 174.35º degrees, saturation: 0.53, 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 #85DAD2 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB133218210-
CMYK0.3900.040.15
HSL174.35º53.46%68.82%-
HSV(B)174.35º38.99%85.49%-
XYZ46.3859.7870.07-
YUV191.67138.3486.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.71%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=23.71%
G=38.86%
B=37.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332182100.3900.040.15174.3553.4668.82
Hex85DAD22704Fae3545
Octal20533232247041725665105
Binary10000101110110101101001010011101001111101011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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