Shades of Maya Blue #80B2FF
Tints of Maya Blue #80B2FF
RGB
CMYK
RGB Variations
Color information
#80B2FF (or 0x80B2FF) is known color: Maya Blue. HEX triplet: 80, B2 and FF. RGB value is (128,178,255). Sum of RGB (Red+Green+Blue) = 128+178+255=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #80B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80B2FF is #7F4D00. Grayscale: #ABABAB. Windows color (decimal): -8342785 or 16757376. OLE color: 16757376.
HSL color Cylindrical-coordinate representation of color #80B2FF: hue angle of 216.38º 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 #80B2FF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 178 | 255 | - |
| CMYK | 0.50 | 0.30 | 0 | 0 |
| HSL | 216.38º | 1% | 0.75% | - |
| HSV(B) | 216.38º | 0.5% | 1% | - |
| XYZ | 42.87 | 43.65 | 100.77 | - |
| YUV | 171.83 | 174.94 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 255 | 0.50 | 0.30 | 0 | 0 | 216.38 | 1 | 0.75 |
| Hex | 80 | B2 | FF | 32 | 1E | 0 | 0 | D8 | 64 | 4B |
| Octal | 200 | 262 | 377 | 62 | 36 | 0 | 0 | 330 | 144 | 113 |
| Binary | 10000000 | 10110010 | 11111111 | 110010 | 11110 | 0 | 0 | 11011000 | 1100100 | 1001011 |
Color Harmonies of #80B2FF
Complementary color
Monochromatic Colors of #80B2FF
Black with #80B2FF
Text Example
Text Example
White with #80B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B2FF; }
p { color: rgb(128,178,255); }
H1.HeaderClassName
{
color: #80B2FF;
}
.AnyTagClassName
{
color: #80B2FF;
}
</style>
background-color css
<style>
a { background-color: #80B2FF; }
a { background-color: rgb(128,178,255); }
div.DivClassName
{
background-color: #80B2FF;
}
.BgClassName
{
background-color: #80B2FF;
}
</style>
border-color css
<style>
span { border-color: #80B2FF; }
span { border-color: rgb(128,178,255); }
td.TdClassName
{
border-color: #80B2FF;
}
.TagClassName
{
border-color: #80B2FF;
}
</style>