#85CCDA

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

Shades of Spray #85CCDA

Tints of Spray #85CCDA

Color information

#85CCDA (or 0x85CCDA) is unknown color: approx Spray. HEX triplet: 85, CC and DA. RGB value is (133,204,218). Sum of RGB (Red+Green+Blue) = 133+204+218=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #85CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCDA is #7A3325. Grayscale: #B8B8B8. Windows color (decimal): -8008486 or 14339205. OLE color: 14339205.

HSL color Cylindrical-coordinate representation of color #85CCDA: hue angle of 189.88º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85CCDA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133204218-
CMYK0.390.0600.15
HSL189.88º53.46%68.82%-
HSV(B)189.88º38.99%85.49%-
XYZ43.9253.2374.29-
YUV184.37146.9891.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.96%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=23.96%
G=36.76%
B=39.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332042180.390.0600.15189.8853.4668.82
Hex85CCDA2760Fbe3545
Octal20531433247601727665105
Binary10000101110011001101101010011111001111101111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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