#80BAED

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

Shades of Maya Blue #80BAED

Tints of Maya Blue #80BAED

Color information

#80BAED (or 0x80BAED) is unknown color: approx Maya Blue. HEX triplet: 80, BA and ED. RGB value is (128,186,237). Sum of RGB (Red+Green+Blue) = 128+186+237=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #80BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAED is #7F4512. Grayscale: #AEAEAE. Windows color (decimal): -8340755 or 15579776. OLE color: 15579776.

HSL color Cylindrical-coordinate representation of color #80BAED: hue angle of 208.07º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BAED is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128186237-
CMYK0.460.2200.07
HSL208.07º75.17%71.57%-
HSV(B)208.07º45.99%92.94%-
XYZ41.7545.8286.76-
YUV174.47163.2894.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.23%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=23.23%
G=33.76%
B=43.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281862370.460.2200.07208.0775.1771.57
Hex80BAED2E1607d04b48
Octal200272355562607320113110
Binary1000000010111010111011011011101011001111101000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,237); }

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

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

 a { background-color: rgb(128,186,237); }

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

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

 span { border-color: rgb(128,186,237); }

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