Shades of Maya Blue #7CAFFB
Tints of Maya Blue #7CAFFB
RGB
CMYK
RGB Variations
Color information
#7CAFFB (or 0x7CAFFB) is known color: Maya Blue. HEX triplet: 7C, AF and FB. RGB value is (124,175,251). Sum of RGB (Red+Green+Blue) = 124+175+251=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #7CAFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFFB is #835004. Grayscale: #A8A8A8. Windows color (decimal): -8605701 or 16494460. OLE color: 16494460.
HSL color Cylindrical-coordinate representation of color #7CAFFB: hue angle of 215.91º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CAFFB is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 175 | 251 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.02 |
| HSL | 215.91º | 0.94% | 0.74% | - |
| HSV(B) | 215.91º | 0.51% | 0.98% | - |
| XYZ | 41.05 | 41.91 | 97.19 | - |
| YUV | 168.42 | 174.6 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 251 | 0.51 | 0.30 | 0 | 0.02 | 215.91 | 0.94 | 0.74 |
| Hex | 7C | AF | FB | 33 | 1E | 0 | 2 | D8 | 5E | 4A |
| Octal | 174 | 257 | 373 | 63 | 36 | 0 | 2 | 330 | 136 | 112 |
| Binary | 1111100 | 10101111 | 11111011 | 110011 | 11110 | 0 | 10 | 11011000 | 1011110 | 1001010 |
Color Harmonies of #7CAFFB
Complementary color
Monochromatic Colors of #7CAFFB
Black with #7CAFFB
Text Example
Text Example
White with #7CAFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAFFB; }
p { color: rgb(124,175,251); }
H1.HeaderClassName
{
color: #7CAFFB;
}
.AnyTagClassName
{
color: #7CAFFB;
}
</style>
background-color css
<style>
a { background-color: #7CAFFB; }
a { background-color: rgb(124,175,251); }
div.DivClassName
{
background-color: #7CAFFB;
}
.BgClassName
{
background-color: #7CAFFB;
}
</style>
border-color css
<style>
span { border-color: #7CAFFB; }
span { border-color: rgb(124,175,251); }
td.TdClassName
{
border-color: #7CAFFB;
}
.TagClassName
{
border-color: #7CAFFB;
}
</style>