#85C5CD

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

Shades of Spray #85C5CD

Tints of Spray #85C5CD

Color information

#85C5CD (or 0x85C5CD) is unknown color: approx Spray. HEX triplet: 85, C5 and CD. RGB value is (133,197,205). Sum of RGB (Red+Green+Blue) = 133+197+205=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #85C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C5CD is #7A3A32. Grayscale: #B2B2B2. Windows color (decimal): -8010291 or 13485445. OLE color: 13485445.

HSL color Cylindrical-coordinate representation of color #85C5CD: hue angle of 186.67º 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 #85C5CD is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133197205-
CMYK0.350.0400.20
HSL186.67º41.86%66.27%-
HSV(B)186.67º35.12%80.39%-
XYZ40.6649.3365.14-
YUV178.78142.895.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.86%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=24.86%
G=36.82%
B=38.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331972050.350.0400.20186.6741.8666.27
Hex85C5CD234014bb2a42
Octal20530531543402427352102
Binary100001011100010111001101100011100010100101110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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