#80DBE1

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

Shades of Spray #80DBE1

Tints of Spray #80DBE1

Color information

#80DBE1 (or 0x80DBE1) is unknown color: approx Spray. HEX triplet: 80, DB and E1. RGB value is (128,219,225). Sum of RGB (Red+Green+Blue) = 128+219+225=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #80DBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBE1 is #7F241E. Grayscale: #C0C0C0. Windows color (decimal): -8332319 or 14801792. OLE color: 14801792.

HSL color Cylindrical-coordinate representation of color #80DBE1: hue angle of 183.71º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DBE1 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128219225-
CMYK0.430.0300.12
HSL183.71º61.78%69.22%-
HSV(B)183.71º43.11%88.24%-
XYZ47.8260.6980.43-
YUV192.48146.3582.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.38%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=22.38%
G=38.29%
B=39.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282192250.430.0300.12183.7161.7869.22
Hex80DBE12B30Cb83e45
Octal20033334153301427076105
Binary1000000011011011111000011010111101100101110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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