#85DCCD

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

Shades of Riptide #85DCCD

Tints of Riptide #85DCCD

Color information

#85DCCD (or 0x85DCCD) is unknown color: approx Riptide. HEX triplet: 85, DC and CD. RGB value is (133,220,205). Sum of RGB (Red+Green+Blue) = 133+220+205=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCCD is #7A2332. Grayscale: #C0C0C0. Windows color (decimal): -8004403 or 13491333. OLE color: 13491333.

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

Color convert

RGB133220205-
CMYK0.4000.070.14
HSL169.66º55.41%69.22%-
HSV(B)169.66º39.55%86.27%-
XYZ46.2960.5867.01-
YUV192.28135.1885.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.84%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=23.84%
G=39.43%
B=36.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332202050.4000.070.14169.6655.4169.22
Hex85DCCD2807Eaa3745
Octal20533431550071625267105
Binary10000101110111001100110110100001111110101010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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