#85D4DB

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

Shades of Spray #85D4DB

Tints of Spray #85D4DB

Color information

#85D4DB (or 0x85D4DB) is unknown color: approx Spray. HEX triplet: 85, D4 and DB. RGB value is (133,212,219). Sum of RGB (Red+Green+Blue) = 133+212+219=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #85D4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D4DB is #7A2B24. Grayscale: #BDBDBD. Windows color (decimal): -8006437 or 14406789. OLE color: 14406789.

HSL color Cylindrical-coordinate representation of color #85D4DB: hue angle of 184.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D4DB is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133212219-
CMYK0.390.0300.14
HSL184.88º54.43%69.02%-
HSV(B)184.88º39.27%85.88%-
XYZ4657.1975.63-
YUV189.18144.8387.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.58%
GREEN value IS 212 (83.20% from 255) = 37.59%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=23.58%
G=37.59%
B=38.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332122190.390.0300.14184.8854.4369.02
Hex85D4DB2730Eb93645
Octal20532433347301627166105
Binary1000010111010100110110111001111101110101110011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,212,219); }

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

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

 a { background-color: rgb(133,212,219); }

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

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

 span { border-color: rgb(133,212,219); }

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