#80BAFF

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

Shades of Maya Blue #80BAFF

Tints of Maya Blue #80BAFF

Color information

#80BAFF (or 0x80BAFF) is unknown color: approx Maya Blue. HEX triplet: 80, BA and FF. RGB value is (128,186,255). Sum of RGB (Red+Green+Blue) = 128+186+255=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #80BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAFF is #7F4500. Grayscale: #B0B0B0. Windows color (decimal): -8340737 or 16759424. OLE color: 16759424.

HSL color Cylindrical-coordinate representation of color #80BAFF: hue angle of 212.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BAFF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128186255-
CMYK0.500.2700
HSL212.6º100%75.1%-
HSV(B)212.6º49.8%100%-
XYZ44.5146.93101.32-
YUV176.52172.2893.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.50%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 255 (100% from 255) = 44.82%
R=22.50%
G=32.69%
B=44.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281862550.500.2700212.610075.1
Hex80BAFF321B00d5644b
Octal200272377623300325144113
Binary10000000101110101111111111001011011001101010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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