#85C7CD

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

Shades of Spray #85C7CD

Tints of Spray #85C7CD

Color information

#85C7CD (or 0x85C7CD) is unknown color: approx Spray. HEX triplet: 85, C7 and CD. RGB value is (133,199,205). Sum of RGB (Red+Green+Blue) = 133+199+205=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #85C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C7CD is #7A3832. Grayscale: #B3B3B3. Windows color (decimal): -8009779 or 13485957. OLE color: 13485957.

HSL color Cylindrical-coordinate representation of color #85C7CD: hue angle of 185º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C7CD is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133199205-
CMYK0.350.0300.20
HSL185º41.86%66.27%-
HSV(B)185º35.12%80.39%-
XYZ41.1250.2465.29-
YUV179.95142.1394.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.77%
GREEN value IS 199 (78.12% from 255) = 37.06%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=24.77%
G=37.06%
B=38.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331992050.350.0300.2018541.8666.27
Hex85C7CD233014b92a42
Octal20530731543302427152102
Binary10000101110001111100110110001111010100101110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,199,205); }

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

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

 a { background-color: rgb(133,199,205); }

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

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

 span { border-color: rgb(133,199,205); }

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