#85DCDF

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

Shades of Spray #85DCDF

Tints of Spray #85DCDF

Color information

#85DCDF (or 0x85DCDF) is unknown color: approx Spray. HEX triplet: 85, DC and DF. RGB value is (133,220,223). Sum of RGB (Red+Green+Blue) = 133+220+223=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #85DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCDF is #7A2320. Grayscale: #C2C2C2. Windows color (decimal): -8004385 or 14670981. OLE color: 14670981.

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

Color convert

RGB133220223-
CMYK0.400.0100.13
HSL182º58.44%69.8%-
HSV(B)182º40.36%87.45%-
XYZ48.5961.579.12-
YUV194.33144.1884.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.09%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=23.09%
G=38.19%
B=38.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332202230.400.0100.1318258.4469.8
Hex85DCDF2810Db63a46
Octal20533433750101526672106
Binary100001011101110011011111101000101101101101101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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