Shades of Maya Blue #7BADFE
Tints of Maya Blue #7BADFE
RGB
CMYK
RGB Variations
Color information
#7BADFE (or 0x7BADFE) is known color: Maya Blue. HEX triplet: 7B, AD and FE. RGB value is (123,173,254). Sum of RGB (Red+Green+Blue) = 123+173+254=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADFE is #845201. Grayscale: #A6A6A6. Windows color (decimal): -8671746 or 16690555. OLE color: 16690555.
HSL color Cylindrical-coordinate representation of color #7BADFE: hue angle of 217.1º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BADFE is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 173 | 254 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.00 |
| HSL | 217.1º | 0.98% | 0.74% | - |
| HSV(B) | 217.1º | 0.52% | 1% | - |
| XYZ | 41 | 41.25 | 99.57 | - |
| YUV | 167.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 254 | 0.52 | 0.32 | 0 | 0.00 | 217.1 | 0.98 | 0.74 |
| Hex | 7B | AD | FE | 34 | 20 | 0 | 0 | D9 | 62 | 4A |
| Octal | 173 | 255 | 376 | 64 | 40 | 0 | 0 | 331 | 142 | 112 |
| Binary | 1111011 | 10101101 | 11111110 | 110100 | 100000 | 0 | 0 | 11011001 | 1100010 | 1001010 |
Color Harmonies of #7BADFE
Complementary color
Monochromatic Colors of #7BADFE
Black with #7BADFE
Text Example
Text Example
White with #7BADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADFE; }
p { color: rgb(123,173,254); }
H1.HeaderClassName
{
color: #7BADFE;
}
.AnyTagClassName
{
color: #7BADFE;
}
</style>
background-color css
<style>
a { background-color: #7BADFE; }
a { background-color: rgb(123,173,254); }
div.DivClassName
{
background-color: #7BADFE;
}
.BgClassName
{
background-color: #7BADFE;
}
</style>
border-color css
<style>
span { border-color: #7BADFE; }
span { border-color: rgb(123,173,254); }
td.TdClassName
{
border-color: #7BADFE;
}
.TagClassName
{
border-color: #7BADFE;
}
</style>