#85C4CD

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

Shades of Spray #85C4CD

Tints of Spray #85C4CD

Color information

#85C4CD (or 0x85C4CD) is unknown color: approx Spray. HEX triplet: 85, C4 and CD. RGB value is (133,196,205). Sum of RGB (Red+Green+Blue) = 133+196+205=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #85C4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C4CD is #7A3B32. Grayscale: #B2B2B2. Windows color (decimal): -8010547 or 13485189. OLE color: 13485189.

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

Color convert

RGB133196205-
CMYK0.350.0400.20
HSL187.5º41.86%66.27%-
HSV(B)187.5º35.12%80.39%-
XYZ40.4348.8765.06-
YUV178.19143.1395.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.91%
GREEN value IS 196 (76.95% from 255) = 36.70%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=24.91%
G=36.70%
B=38.39%

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
Decimal1331962050.350.0400.20187.541.8666.27
Hex85C4CD234014bc2a42
Octal20530431543402427452102
Binary100001011100010011001101100011100010100101111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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