#85DECD

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

Shades of Riptide #85DECD

Tints of Riptide #85DECD

Color information

#85DECD (or 0x85DECD) is unknown color: approx Riptide. HEX triplet: 85, DE and CD. RGB value is (133,222,205). Sum of RGB (Red+Green+Blue) = 133+222+205=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #85DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DECD is #7A2132. Grayscale: #C1C1C1. Windows color (decimal): -8003891 or 13491845. OLE color: 13491845.

HSL color Cylindrical-coordinate representation of color #85DECD: hue angle of 168.54º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DECD is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB133222205-
CMYK0.4000.080.13
HSL168.54º57.42%69.61%-
HSV(B)168.54º40.09%87.06%-
XYZ46.8161.6467.19-
YUV193.45134.5184.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.75%
GREEN value IS 222 (87.11% from 255) = 39.64%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=23.75%
G=39.64%
B=36.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332222050.4000.080.13168.5457.4269.61
Hex85DECD2808Da93946
Octal205336315500101525171106
Binary100001011101111011001101101000010001101101010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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