Shades of Maya Blue #7BADFD
Tints of Maya Blue #7BADFD
RGB
CMYK
RGB Variations
Color information
#7BADFD (or 0x7BADFD) is known color: Maya Blue. HEX triplet: 7B, AD and FD. RGB value is (123,173,253). Sum of RGB (Red+Green+Blue) = 123+173+253=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADFD is #845202. Grayscale: #A6A6A6. Windows color (decimal): -8671747 or 16625019. OLE color: 16625019.
HSL color Cylindrical-coordinate representation of color #7BADFD: hue angle of 216.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BADFD is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 173 | 253 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.01 |
| HSL | 216.92º | 0.97% | 0.74% | - |
| HSV(B) | 216.92º | 0.51% | 0.99% | - |
| XYZ | 40.84 | 41.19 | 98.73 | - |
| YUV | 167.17 | 176.44 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 253 | 0.51 | 0.32 | 0 | 0.01 | 216.92 | 0.97 | 0.74 |
| Hex | 7B | AD | FD | 33 | 20 | 0 | 1 | D9 | 61 | 4A |
| Octal | 173 | 255 | 375 | 63 | 40 | 0 | 1 | 331 | 141 | 112 |
| Binary | 1111011 | 10101101 | 11111101 | 110011 | 100000 | 0 | 1 | 11011001 | 1100001 | 1001010 |
Color Harmonies of #7BADFD
Complementary color
Monochromatic Colors of #7BADFD
Black with #7BADFD
Text Example
Text Example
White with #7BADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADFD; }
p { color: rgb(123,173,253); }
H1.HeaderClassName
{
color: #7BADFD;
}
.AnyTagClassName
{
color: #7BADFD;
}
</style>
background-color css
<style>
a { background-color: #7BADFD; }
a { background-color: rgb(123,173,253); }
div.DivClassName
{
background-color: #7BADFD;
}
.BgClassName
{
background-color: #7BADFD;
}
</style>
border-color css
<style>
span { border-color: #7BADFD; }
span { border-color: rgb(123,173,253); }
td.TdClassName
{
border-color: #7BADFD;
}
.TagClassName
{
border-color: #7BADFD;
}
</style>