Shades of Maya Blue #80BEFF
Tints of Maya Blue #80BEFF
RGB
CMYK
RGB Variations
Color information
#80BEFF (or 0x80BEFF) is known color: Maya Blue. HEX triplet: 80, BE and FF. RGB value is (128,190,255). Sum of RGB (Red+Green+Blue) = 128+190+255=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #80BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEFF is #7F4100. Grayscale: #B2B2B2. Windows color (decimal): -8339713 or 16760448. OLE color: 16760448.
HSL color Cylindrical-coordinate representation of color #80BEFF: hue angle of 210.71º 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 #80BEFF is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 190 | 255 | - |
| CMYK | 0.50 | 0.25 | 0 | 0 |
| HSL | 210.71º | 1% | 0.75% | - |
| HSV(B) | 210.71º | 0.5% | 1% | - |
| XYZ | 45.37 | 48.64 | 101.6 | - |
| YUV | 178.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 255 | 0.50 | 0.25 | 0 | 0 | 210.71 | 1 | 0.75 |
| Hex | 80 | BE | FF | 32 | 19 | 0 | 0 | D3 | 64 | 4B |
| Octal | 200 | 276 | 377 | 62 | 31 | 0 | 0 | 323 | 144 | 113 |
| Binary | 10000000 | 10111110 | 11111111 | 110010 | 11001 | 0 | 0 | 11010011 | 1100100 | 1001011 |
Color Harmonies of #80BEFF
Complementary color
Monochromatic Colors of #80BEFF
Black with #80BEFF
Text Example
Text Example
White with #80BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BEFF; }
p { color: rgb(128,190,255); }
H1.HeaderClassName
{
color: #80BEFF;
}
.AnyTagClassName
{
color: #80BEFF;
}
</style>
background-color css
<style>
a { background-color: #80BEFF; }
a { background-color: rgb(128,190,255); }
div.DivClassName
{
background-color: #80BEFF;
}
.BgClassName
{
background-color: #80BEFF;
}
</style>
border-color css
<style>
span { border-color: #80BEFF; }
span { border-color: rgb(128,190,255); }
td.TdClassName
{
border-color: #80BEFF;
}
.TagClassName
{
border-color: #80BEFF;
}
</style>