#80CDDB

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

Shades of Spray #80CDDB

Tints of Spray #80CDDB

Color information

#80CDDB (or 0x80CDDB) is unknown color: approx Spray. HEX triplet: 80, CD and DB. RGB value is (128,205,219). Sum of RGB (Red+Green+Blue) = 128+205+219=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #80CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDDB is #7F3224. Grayscale: #B7B7B7. Windows color (decimal): -8335909 or 14404992. OLE color: 14404992.

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

Color convert

RGB128205219-
CMYK0.420.0600.14
HSL189.23º55.83%68.04%-
HSV(B)189.23º41.55%85.88%-
XYZ43.5253.3775.02-
YUV183.57147.9988.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.19%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=23.19%
G=37.14%
B=39.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282052190.420.0600.14189.2355.8368.04
Hex80CDDB2A60Ebd3844
Octal20031533352601627570104
Binary10000000110011011101101110101011001110101111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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