#85DACE

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

Shades of Riptide #85DACE

Tints of Riptide #85DACE

Color information

#85DACE (or 0x85DACE) is unknown color: approx Riptide. HEX triplet: 85, DA and CE. RGB value is (133,218,206). Sum of RGB (Red+Green+Blue) = 133+218+206=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #85DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DACE is #7A2531. Grayscale: #BFBFBF. Windows color (decimal): -8004914 or 13556357. OLE color: 13556357.

HSL color Cylindrical-coordinate representation of color #85DACE: hue angle of 171.53º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DACE is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB133218206-
CMYK0.3900.060.15
HSL171.53º53.46%68.82%-
HSV(B)171.53º38.99%85.49%-
XYZ45.8859.5967.48-
YUV191.22136.3486.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.88%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=23.88%
G=39.14%
B=36.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332182060.3900.060.15171.5353.4668.82
Hex85DACE2706Fac3545
Octal20533231647061725465105
Binary10000101110110101100111010011101101111101011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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