#85CCDC

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

Shades of Spray #85CCDC

Tints of Spray #85CCDC

Color information

#85CCDC (or 0x85CCDC) is unknown color: approx Spray. HEX triplet: 85, CC and DC. RGB value is (133,204,220). Sum of RGB (Red+Green+Blue) = 133+204+220=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #85CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCDC is #7A3323. Grayscale: #B8B8B8. Windows color (decimal): -8008484 or 14470277. OLE color: 14470277.

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

Color convert

RGB133204220-
CMYK0.400.0700.14
HSL191.03º55.41%69.22%-
HSV(B)191.03º39.55%86.27%-
XYZ44.1853.3475.68-
YUV184.6147.9891.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.88%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=23.88%
G=36.62%
B=39.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332042200.400.0700.14191.0355.4169.22
Hex85CCDC2870Ebf3745
Octal20531433450701627767105
Binary10000101110011001101110010100011101110101111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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