#85D2D7

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

Shades of Spray #85D2D7

Tints of Spray #85D2D7

Color information

#85D2D7 (or 0x85D2D7) is unknown color: approx Spray. HEX triplet: 85, D2 and D7. RGB value is (133,210,215). Sum of RGB (Red+Green+Blue) = 133+210+215=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #85D2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D2D7 is #7A2D28. Grayscale: #BBBBBB. Windows color (decimal): -8006953 or 14144133. OLE color: 14144133.

HSL color Cylindrical-coordinate representation of color #85D2D7: hue angle of 183.66º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D2D7 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133210215-
CMYK0.380.0200.16
HSL183.66º50.62%68.24%-
HSV(B)183.66º38.14%84.31%-
XYZ44.9955.9972.73-
YUV187.55143.4989.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.84%
GREEN value IS 210 (82.42% from 255) = 37.63%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=23.84%
G=37.63%
B=38.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332102150.380.0200.16183.6650.6268.24
Hex85D2D7262010b83344
Octal20532232746202027063104
Binary10000101110100101101011110011010010000101110001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,210,215); }

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

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

 a { background-color: rgb(133,210,215); }

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

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

 span { border-color: rgb(133,210,215); }

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