#85C8CD

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

Shades of Spray #85C8CD

Tints of Spray #85C8CD

Color information

#85C8CD (or 0x85C8CD) is unknown color: approx Spray. HEX triplet: 85, C8 and CD. RGB value is (133,200,205). Sum of RGB (Red+Green+Blue) = 133+200+205=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #85C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C8CD is #7A3732. Grayscale: #B4B4B4. Windows color (decimal): -8009523 or 13486213. OLE color: 13486213.

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

Color convert

RGB133200205-
CMYK0.350.0200.20
HSL184.17º41.86%66.27%-
HSV(B)184.17º35.12%80.39%-
XYZ41.3550.765.37-
YUV180.54141.894.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=24.72%
G=37.17%
B=38.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332002050.350.0200.20184.1741.8666.27
Hex85C8CD232014b82a42
Octal20531031543202427052102
Binary10000101110010001100110110001110010100101110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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