Shades of Maya Blue #80BFFF
Tints of Maya Blue #80BFFF
RGB
CMYK
RGB Variations
Color information
#80BFFF (or 0x80BFFF) is known color: Maya Blue. HEX triplet: 80, BF and FF. RGB value is (128,191,255). Sum of RGB (Red+Green+Blue) = 128+191+255=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #80BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFFF is #7F4000. Grayscale: #B3B3B3. Windows color (decimal): -8339457 or 16760704. OLE color: 16760704.
HSL color Cylindrical-coordinate representation of color #80BFFF: hue angle of 210.24º 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 #80BFFF is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 191 | 255 | - |
| CMYK | 0.50 | 0.25 | 0 | 0 |
| HSL | 210.24º | 1% | 0.75% | - |
| HSV(B) | 210.24º | 0.5% | 1% | - |
| XYZ | 45.58 | 49.07 | 101.68 | - |
| YUV | 179.46 | 170.63 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 255 | 0.50 | 0.25 | 0 | 0 | 210.24 | 1 | 0.75 |
| Hex | 80 | BF | FF | 32 | 19 | 0 | 0 | D2 | 64 | 4B |
| Octal | 200 | 277 | 377 | 62 | 31 | 0 | 0 | 322 | 144 | 113 |
| Binary | 10000000 | 10111111 | 11111111 | 110010 | 11001 | 0 | 0 | 11010010 | 1100100 | 1001011 |
Color Harmonies of #80BFFF
Complementary color
Monochromatic Colors of #80BFFF
Black with #80BFFF
Text Example
Text Example
White with #80BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFFF; }
p { color: rgb(128,191,255); }
H1.HeaderClassName
{
color: #80BFFF;
}
.AnyTagClassName
{
color: #80BFFF;
}
</style>
background-color css
<style>
a { background-color: #80BFFF; }
a { background-color: rgb(128,191,255); }
div.DivClassName
{
background-color: #80BFFF;
}
.BgClassName
{
background-color: #80BFFF;
}
</style>
border-color css
<style>
span { border-color: #80BFFF; }
span { border-color: rgb(128,191,255); }
td.TdClassName
{
border-color: #80BFFF;
}
.TagClassName
{
border-color: #80BFFF;
}
</style>