#80DBE8

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

Shades of Spray #80DBE8

Tints of Spray #80DBE8

Color information

#80DBE8 (or 0x80DBE8) is unknown color: approx Spray. HEX triplet: 80, DB and E8. RGB value is (128,219,232). Sum of RGB (Red+Green+Blue) = 128+219+232=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #80DBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBE8 is #7F2417. Grayscale: #C1C1C1. Windows color (decimal): -8332312 or 15260544. OLE color: 15260544.

HSL color Cylindrical-coordinate representation of color #80DBE8: hue angle of 187.5º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80DBE8 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128219232-
CMYK0.450.0600.09
HSL187.5º69.33%70.59%-
HSV(B)187.5º44.83%90.98%-
XYZ48.861.0885.56-
YUV193.27149.8581.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.11%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 232 (91.02% from 255) = 40.07%
R=22.11%
G=37.82%
B=40.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282192320.450.0600.09187.569.3370.59
Hex80DBE82D609bc4547
Octal200333350556011274105107
Binary100000001101101111101000101101110010011011110010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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