#85DADC

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

Shades of Spray #85DADC

Tints of Spray #85DADC

Color information

#85DADC (or 0x85DADC) is unknown color: approx Spray. HEX triplet: 85, DA and DC. RGB value is (133,218,220). Sum of RGB (Red+Green+Blue) = 133+218+220=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #85DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DADC is #7A2523. Grayscale: #C0C0C0. Windows color (decimal): -8004900 or 14473861. OLE color: 14473861.

HSL color Cylindrical-coordinate representation of color #85DADC: hue angle of 181.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DADC is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133218220-
CMYK0.400.0100.14
HSL181.38º55.41%69.22%-
HSV(B)181.38º39.55%86.27%-
XYZ47.6660.376.84-
YUV192.81143.3485.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.29%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=23.29%
G=38.18%
B=38.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332182200.400.0100.14181.3855.4169.22
Hex85DADC2810Eb53745
Octal20533233450101626567105
Binary100001011101101011011100101000101110101101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,218,220); }

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

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

 a { background-color: rgb(133,218,220); }

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

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

 span { border-color: rgb(133,218,220); }

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