#85CACD

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

Shades of Spray #85CACD

Tints of Spray #85CACD

Color information

#85CACD (or 0x85CACD) is unknown color: approx Spray. HEX triplet: 85, CA and CD. RGB value is (133,202,205). Sum of RGB (Red+Green+Blue) = 133+202+205=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #85CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CACD is #7A3532. Grayscale: #B5B5B5. Windows color (decimal): -8009011 or 13486725. OLE color: 13486725.

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

Color convert

RGB133202205-
CMYK0.350.0100.20
HSL182.5º41.86%66.27%-
HSV(B)182.5º35.12%80.39%-
XYZ41.8151.6465.52-
YUV181.71141.1493.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.63%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=24.63%
G=37.41%
B=37.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332022050.350.0100.20182.541.8666.27
Hex85CACD231014b62a42
Octal20531231543102426652102
Binary1000010111001010110011011000111010100101101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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