#85CAD6

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

Shades of Spray #85CAD6

Tints of Spray #85CAD6

Color information

#85CAD6 (or 0x85CAD6) is unknown color: approx Spray. HEX triplet: 85, CA and D6. RGB value is (133,202,214). Sum of RGB (Red+Green+Blue) = 133+202+214=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #85CAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CAD6 is #7A3529. Grayscale: #B6B6B6. Windows color (decimal): -8009002 or 14076549. OLE color: 14076549.

HSL color Cylindrical-coordinate representation of color #85CAD6: hue angle of 188.89º degrees, saturation: 0.5, 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 #85CAD6 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133202214-
CMYK0.380.0600.16
HSL188.89º49.69%68.04%-
HSV(B)188.89º37.85%83.92%-
XYZ42.9352.0871.41-
YUV182.74145.6492.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.23%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=24.23%
G=36.79%
B=38.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332022140.380.0600.16188.8949.6968.04
Hex85CAD6266010bd3244
Octal20531232646602027562104
Binary100001011100101011010110100110110010000101111011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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