#80BDEC

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

Shades of Maya Blue #80BDEC

Tints of Maya Blue #80BDEC

Color information

#80BDEC (or 0x80BDEC) is unknown color: approx Maya Blue. HEX triplet: 80, BD and EC. RGB value is (128,189,236). Sum of RGB (Red+Green+Blue) = 128+189+236=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #80BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDEC is #7F4213. Grayscale: #AFAFAF. Windows color (decimal): -8339988 or 15515008. OLE color: 15515008.

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

Color convert

RGB128189236-
CMYK0.460.2000.07
HSL206.11º73.97%71.37%-
HSV(B)206.11º45.76%92.55%-
XYZ42.2447.0486.21-
YUV176.12161.7993.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=23.15%
G=34.18%
B=42.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281892360.460.2000.07206.1173.9771.37
Hex80BDEC2E1407ce4a47
Octal200275354562407316112107
Binary1000000010111101111011001011101010001111100111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,189,236); }

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

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

 a { background-color: rgb(128,189,236); }

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

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

 span { border-color: rgb(128,189,236); }

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