#85DCD1

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

Shades of Riptide #85DCD1

Tints of Riptide #85DCD1

Color information

#85DCD1 (or 0x85DCD1) is unknown color: approx Riptide. HEX triplet: 85, DC and D1. RGB value is (133,220,209). Sum of RGB (Red+Green+Blue) = 133+220+209=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCD1 is #7A232E. Grayscale: #C0C0C0. Windows color (decimal): -8004399 or 13753477. OLE color: 13753477.

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

Color convert

RGB133220209-
CMYK0.4000.050.14
HSL172.41º55.41%69.22%-
HSV(B)172.41º39.55%86.27%-
XYZ46.7760.7869.59-
YUV192.73137.1885.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.67%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=23.67%
G=39.15%
B=37.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332202090.4000.050.14172.4155.4169.22
Hex85DCD12805Eac3745
Octal20533432150051625467105
Binary10000101110111001101000110100001011110101011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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