#80CEDB

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

Shades of Spray #80CEDB

Tints of Spray #80CEDB

Color information

#80CEDB (or 0x80CEDB) is unknown color: approx Spray. HEX triplet: 80, CE and DB. RGB value is (128,206,219). Sum of RGB (Red+Green+Blue) = 128+206+219=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #80CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEDB is #7F3124. Grayscale: #B8B8B8. Windows color (decimal): -8335653 or 14405248. OLE color: 14405248.

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

Color convert

RGB128206219-
CMYK0.420.0600.14
HSL188.57º55.83%68.04%-
HSV(B)188.57º41.55%85.88%-
XYZ43.7653.8575.1-
YUV184.16147.6687.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=23.15%
G=37.25%
B=39.60%

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
Decimal1282062190.420.0600.14188.5755.8368.04
Hex80CEDB2A60Ebd3844
Octal20031633352601627570104
Binary10000000110011101101101110101011001110101111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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