#85DAD9

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

Shades of Spray #85DAD9

Tints of Spray #85DAD9

Color information

#85DAD9 (or 0x85DAD9) is unknown color: approx Spray. HEX triplet: 85, DA and D9. RGB value is (133,218,217). Sum of RGB (Red+Green+Blue) = 133+218+217=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DAD9 is #7A2526. Grayscale: #C0C0C0. Windows color (decimal): -8004903 or 14277253. OLE color: 14277253.

HSL color Cylindrical-coordinate representation of color #85DAD9: hue angle of 179.29º 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 #85DAD9 is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB133218217-
CMYK0.3900.000.15
HSL179.29º53.46%68.82%-
HSV(B)179.29º38.99%85.49%-
XYZ47.2760.1474.76-
YUV192.47141.8485.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.42%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=23.42%
G=38.38%
B=38.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332182170.3900.000.15179.2953.4668.82
Hex85DAD92700Fb33545
Octal20533233147001726365105
Binary100001011101101011011001100111001111101100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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