#85D3DF

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

Shades of Spray #85D3DF

Tints of Spray #85D3DF

Color information

#85D3DF (or 0x85D3DF) is unknown color: approx Spray. HEX triplet: 85, D3 and DF. RGB value is (133,211,223). Sum of RGB (Red+Green+Blue) = 133+211+223=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #85D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D3DF is #7A2C20. Grayscale: #BCBCBC. Windows color (decimal): -8006689 or 14668677. OLE color: 14668677.

HSL color Cylindrical-coordinate representation of color #85D3DF: hue angle of 188º degrees, saturation: 0.58, 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 #85D3DF is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133211223-
CMYK0.400.0500.13
HSL188º58.44%69.8%-
HSV(B)188º40.36%87.45%-
XYZ46.2956.978.36-
YUV189.05147.1688.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.46%
GREEN value IS 211 (82.81% from 255) = 37.21%
BLUE value IS 223 (87.5% from 255) = 39.33%
R=23.46%
G=37.21%
B=39.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332112230.400.0500.1318858.4469.8
Hex85D3DF2850Dbc3a46
Octal20532333750501527472106
Binary10000101110100111101111110100010101101101111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,211,223); }

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

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

 a { background-color: rgb(133,211,223); }

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

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

 span { border-color: rgb(133,211,223); }

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