#80BAF9

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

Shades of Maya Blue #80BAF9

Tints of Maya Blue #80BAF9

Color information

#80BAF9 (or 0x80BAF9) is unknown color: approx Maya Blue. HEX triplet: 80, BA and F9. RGB value is (128,186,249). Sum of RGB (Red+Green+Blue) = 128+186+249=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #80BAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAF9 is #7F4506. Grayscale: #AFAFAF. Windows color (decimal): -8340743 or 16366208. OLE color: 16366208.

HSL color Cylindrical-coordinate representation of color #80BAF9: hue angle of 211.24º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BAF9 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128186249-
CMYK0.490.2500.02
HSL211.24º90.98%73.92%-
HSV(B)211.24º48.59%97.65%-
XYZ43.5646.5596.31-
YUV175.84169.2893.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.74%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 249 (97.66% from 255) = 44.23%
R=22.74%
G=33.04%
B=44.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281862490.490.2500.02211.2490.9873.92
Hex80BAF9311902d35b4a
Octal200272371613102323133112
Binary100000001011101011111001110001110010101101001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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