Shades of Maya Blue #7BADFC
Tints of Maya Blue #7BADFC
RGB
CMYK
RGB Variations
Color information
#7BADFC (or 0x7BADFC) is known color: Maya Blue. HEX triplet: 7B, AD and FC. RGB value is (123,173,252). Sum of RGB (Red+Green+Blue) = 123+173+252=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADFC is #845203. Grayscale: #A6A6A6. Windows color (decimal): -8671748 or 16559483. OLE color: 16559483.
HSL color Cylindrical-coordinate representation of color #7BADFC: hue angle of 216.74º degrees, saturation: 0.96, 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 #7BADFC is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 173 | 252 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.01 |
| HSL | 216.74º | 0.96% | 0.74% | - |
| HSV(B) | 216.74º | 0.51% | 0.99% | - |
| XYZ | 40.68 | 41.13 | 97.89 | - |
| YUV | 167.06 | 175.94 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 252 | 0.51 | 0.31 | 0 | 0.01 | 216.74 | 0.96 | 0.74 |
| Hex | 7B | AD | FC | 33 | 1F | 0 | 1 | D9 | 60 | 4A |
| Octal | 173 | 255 | 374 | 63 | 37 | 0 | 1 | 331 | 140 | 112 |
| Binary | 1111011 | 10101101 | 11111100 | 110011 | 11111 | 0 | 1 | 11011001 | 1100000 | 1001010 |
Color Harmonies of #7BADFC
Complementary color
Monochromatic Colors of #7BADFC
Black with #7BADFC
Text Example
Text Example
White with #7BADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADFC; }
p { color: rgb(123,173,252); }
H1.HeaderClassName
{
color: #7BADFC;
}
.AnyTagClassName
{
color: #7BADFC;
}
</style>
background-color css
<style>
a { background-color: #7BADFC; }
a { background-color: rgb(123,173,252); }
div.DivClassName
{
background-color: #7BADFC;
}
.BgClassName
{
background-color: #7BADFC;
}
</style>
border-color css
<style>
span { border-color: #7BADFC; }
span { border-color: rgb(123,173,252); }
td.TdClassName
{
border-color: #7BADFC;
}
.TagClassName
{
border-color: #7BADFC;
}
</style>