#85C8CC

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

Shades of Spray #85C8CC

Tints of Spray #85C8CC

Color information

#85C8CC (or 0x85C8CC) is unknown color: approx Spray. HEX triplet: 85, C8 and CC. RGB value is (133,200,204). Sum of RGB (Red+Green+Blue) = 133+200+204=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #85C8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C8CC is #7A3733. Grayscale: #B4B4B4. Windows color (decimal): -8009524 or 13420677. OLE color: 13420677.

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

Color convert

RGB133200204-
CMYK0.350.0200.2
HSL183.38º41.04%66.08%-
HSV(B)183.38º34.8%80%-
XYZ41.2350.6564.73-
YUV180.42141.394.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.77%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=24.77%
G=37.24%
B=37.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332002040.350.0200.2183.3841.0466.08
Hex85C8CC232014b72942
Octal20531031443202426751102
Binary10000101110010001100110010001110010100101101111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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