#80CCDB

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

Shades of Spray #80CCDB

Tints of Spray #80CCDB

Color information

#80CCDB (or 0x80CCDB) is unknown color: approx Spray. HEX triplet: 80, CC and DB. RGB value is (128,204,219). Sum of RGB (Red+Green+Blue) = 128+204+219=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #80CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCDB is #7F3324. Grayscale: #B6B6B6. Windows color (decimal): -8336165 or 14404736. OLE color: 14404736.

HSL color Cylindrical-coordinate representation of color #80CCDB: hue angle of 189.89º degrees, saturation: 0.56, 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 #80CCDB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128204219-
CMYK0.420.0700.14
HSL189.89º55.83%68.04%-
HSV(B)189.89º41.55%85.88%-
XYZ43.2852.8974.95-
YUV182.99148.3288.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.23%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=23.23%
G=37.02%
B=39.75%

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
Decimal1282042190.420.0700.14189.8955.8368.04
Hex80CCDB2A70Ebe3844
Octal20031433352701627670104
Binary10000000110011001101101110101011101110101111101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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