#85CACB

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

Shades of Spray #85CACB

Tints of Spray #85CACB

Color information

#85CACB (or 0x85CACB) is unknown color: approx Spray. HEX triplet: 85, CA and CB. RGB value is (133,202,203). Sum of RGB (Red+Green+Blue) = 133+202+203=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #85CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CACB is #7A3534. Grayscale: #B5B5B5. Windows color (decimal): -8009013 or 13355653. OLE color: 13355653.

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

Color convert

RGB133202203-
CMYK0.340.0000.20
HSL180.86º40.23%65.88%-
HSV(B)180.86º34.48%79.61%-
XYZ41.5751.5464.26-
YUV181.48140.1493.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=24.72%
G=37.55%
B=37.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332022030.340.0000.20180.8640.2365.88
Hex85CACB220014b52842
Octal20531231342002426550102
Binary1000010111001010110010111000100010100101101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,202,203); }

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

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

 a { background-color: rgb(133,202,203); }

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

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

 span { border-color: rgb(133,202,203); }

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