#85DDCE

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

Shades of Riptide #85DDCE

Tints of Riptide #85DDCE

Color information

#85DDCE (or 0x85DDCE) is unknown color: approx Riptide. HEX triplet: 85, DD and CE. RGB value is (133,221,206). Sum of RGB (Red+Green+Blue) = 133+221+206=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDCE is #7A2231. Grayscale: #C0C0C0. Windows color (decimal): -8004146 or 13557125. OLE color: 13557125.

HSL color Cylindrical-coordinate representation of color #85DDCE: hue angle of 169.77º 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 #85DDCE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB133221206-
CMYK0.4000.070.13
HSL169.77º56.41%69.41%-
HSV(B)169.77º39.82%86.67%-
XYZ46.6761.1667.74-
YUV192.98135.3585.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.75%
GREEN value IS 221 (86.72% from 255) = 39.46%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=23.75%
G=39.46%
B=36.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332212060.4000.070.13169.7756.4169.41
Hex85DDCE2807Daa3845
Octal20533531650071525270105
Binary10000101110111011100111010100001111101101010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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