#80CCDC

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

Shades of Spray #80CCDC

Tints of Spray #80CCDC

Color information

#80CCDC (or 0x80CCDC) is unknown color: approx Spray. HEX triplet: 80, CC and DC. RGB value is (128,204,220). Sum of RGB (Red+Green+Blue) = 128+204+220=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #80CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCDC is #7F3323. Grayscale: #B6B6B6. Windows color (decimal): -8336164 or 14470272. OLE color: 14470272.

HSL color Cylindrical-coordinate representation of color #80CCDC: hue angle of 190.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CCDC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128204220-
CMYK0.420.0700.14
HSL190.43º56.79%68.24%-
HSV(B)190.43º41.82%86.27%-
XYZ43.4152.9475.64-
YUV183.1148.8288.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.19%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=23.19%
G=36.96%
B=39.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282042200.420.0700.14190.4356.7968.24
Hex80CCDC2A70Ebe3944
Octal20031433452701627671104
Binary10000000110011001101110010101011101110101111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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