#85DCD4

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

Shades of Riptide #85DCD4

Tints of Riptide #85DCD4

Color information

#85DCD4 (or 0x85DCD4) is unknown color: approx Riptide. HEX triplet: 85, DC and D4. RGB value is (133,220,212). Sum of RGB (Red+Green+Blue) = 133+220+212=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCD4 is #7A232B. Grayscale: #C1C1C1. Windows color (decimal): -8004396 or 13950085. OLE color: 13950085.

HSL color Cylindrical-coordinate representation of color #85DCD4: hue angle of 174.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCD4 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB133220212-
CMYK0.4000.040.14
HSL174.48º55.41%69.22%-
HSV(B)174.48º39.55%86.27%-
XYZ47.1560.9371.56-
YUV193.08138.6885.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.54%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=23.54%
G=38.94%
B=37.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332202120.4000.040.14174.4855.4169.22
Hex85DCD42804Eae3745
Octal20533432450041625667105
Binary10000101110111001101010010100001001110101011101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,220,212); }

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

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

 a { background-color: rgb(133,220,212); }

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

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

 span { border-color: rgb(133,220,212); }

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