#85CAD5

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

Shades of Spray #85CAD5

Tints of Spray #85CAD5

Color information

#85CAD5 (or 0x85CAD5) is unknown color: approx Spray. HEX triplet: 85, CA and D5. RGB value is (133,202,213). Sum of RGB (Red+Green+Blue) = 133+202+213=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #85CAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CAD5 is #7A352A. Grayscale: #B6B6B6. Windows color (decimal): -8009003 or 14011013. OLE color: 14011013.

HSL color Cylindrical-coordinate representation of color #85CAD5: hue angle of 188.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CAD5 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133202213-
CMYK0.380.0500.16
HSL188.25º48.78%67.84%-
HSV(B)188.25º37.56%83.53%-
XYZ42.852.0370.74-
YUV182.62145.1492.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=24.27%
G=36.86%
B=38.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332022130.380.0500.16188.2548.7867.84
Hex85CAD5265010bc3144
Octal20531232546502027461104
Binary100001011100101011010101100110101010000101111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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