#85CADF

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

Shades of Spray #85CADF

Tints of Spray #85CADF

Color information

#85CADF (or 0x85CADF) is unknown color: approx Spray. HEX triplet: 85, CA and DF. RGB value is (133,202,223). Sum of RGB (Red+Green+Blue) = 133+202+223=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #85CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CADF is #7A3520. Grayscale: #B7B7B7. Windows color (decimal): -8008993 or 14666373. OLE color: 14666373.

HSL color Cylindrical-coordinate representation of color #85CADF: hue angle of 194º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CADF is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133202223-
CMYK0.400.0900.13
HSL194º58.44%69.8%-
HSV(B)194º40.36%87.45%-
XYZ44.1152.5677.63-
YUV183.76150.1491.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.84%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=23.84%
G=36.20%
B=39.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332022230.400.0900.1319458.4469.8
Hex85CADF2890Dc23a46
Octal205312337501101530272106
Binary100001011100101011011111101000100101101110000101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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