Shades of Maya Blue #7BAFFF
Tints of Maya Blue #7BAFFF
RGB
CMYK
RGB Variations
Color information
#7BAFFF (or 0x7BAFFF) is known color: Maya Blue. HEX triplet: 7B, AF and FF. RGB value is (123,175,255). Sum of RGB (Red+Green+Blue) = 123+175+255=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BAFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAFFF is #845000. Grayscale: #A8A8A8. Windows color (decimal): -8671233 or 16756603. OLE color: 16756603.
HSL color Cylindrical-coordinate representation of color #7BAFFF: hue angle of 216.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BAFFF is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 175 | 255 | - |
| CMYK | 0.52 | 0.31 | 0 | 0 |
| HSL | 216.36º | 1% | 0.74% | - |
| HSV(B) | 216.36º | 0.52% | 1% | - |
| XYZ | 41.55 | 42.09 | 100.54 | - |
| YUV | 168.57 | 176.77 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 255 | 0.52 | 0.31 | 0 | 0 | 216.36 | 1 | 0.74 |
| Hex | 7B | AF | FF | 34 | 1F | 0 | 0 | D8 | 64 | 4A |
| Octal | 173 | 257 | 377 | 64 | 37 | 0 | 0 | 330 | 144 | 112 |
| Binary | 1111011 | 10101111 | 11111111 | 110100 | 11111 | 0 | 0 | 11011000 | 1100100 | 1001010 |
Color Harmonies of #7BAFFF
Complementary color
Monochromatic Colors of #7BAFFF
Black with #7BAFFF
Text Example
Text Example
White with #7BAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFFF; }
p { color: rgb(123,175,255); }
H1.HeaderClassName
{
color: #7BAFFF;
}
.AnyTagClassName
{
color: #7BAFFF;
}
</style>
background-color css
<style>
a { background-color: #7BAFFF; }
a { background-color: rgb(123,175,255); }
div.DivClassName
{
background-color: #7BAFFF;
}
.BgClassName
{
background-color: #7BAFFF;
}
</style>
border-color css
<style>
span { border-color: #7BAFFF; }
span { border-color: rgb(123,175,255); }
td.TdClassName
{
border-color: #7BAFFF;
}
.TagClassName
{
border-color: #7BAFFF;
}
</style>