#80DBE9

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

Shades of Spray #80DBE9

Tints of Spray #80DBE9

Color information

#80DBE9 (or 0x80DBE9) is unknown color: approx Spray. HEX triplet: 80, DB and E9. RGB value is (128,219,233). Sum of RGB (Red+Green+Blue) = 128+219+233=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #80DBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBE9 is #7F2416. Grayscale: #C1C1C1. Windows color (decimal): -8332311 or 15326080. OLE color: 15326080.

HSL color Cylindrical-coordinate representation of color #80DBE9: hue angle of 188º degrees, saturation: 0.7, 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 #80DBE9 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128219233-
CMYK0.450.0600.09
HSL188º70.47%70.78%-
HSV(B)188º45.06%91.37%-
XYZ48.9461.1486.31-
YUV193.39150.3581.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.07%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 233 (91.41% from 255) = 40.17%
R=22.07%
G=37.76%
B=40.17%

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
Decimal1282192330.450.0600.0918870.4770.78
Hex80DBE92D609bc4647
Octal200333351556011274106107
Binary100000001101101111101001101101110010011011110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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