Shades of Maya Blue #7BB4FC
Tints of Maya Blue #7BB4FC
RGB
CMYK
RGB Variations
Color information
#7BB4FC (or 0x7BB4FC) is known color: Maya Blue. HEX triplet: 7B, B4 and FC. RGB value is (123,180,252). Sum of RGB (Red+Green+Blue) = 123+180+252=555 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.16% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BB4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB4FC is #844B03. Grayscale: #AAAAAA. Windows color (decimal): -8669956 or 16561275. OLE color: 16561275.
HSL color Cylindrical-coordinate representation of color #7BB4FC: hue angle of 213.49º 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 #7BB4FC is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 180 | 252 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.01 |
| HSL | 213.49º | 0.96% | 0.74% | - |
| HSV(B) | 213.49º | 0.51% | 0.99% | - |
| XYZ | 42.06 | 43.88 | 98.35 | - |
| YUV | 171.17 | 173.62 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 252 | 0.51 | 0.29 | 0 | 0.01 | 213.49 | 0.96 | 0.74 |
| Hex | 7B | B4 | FC | 33 | 1D | 0 | 1 | D5 | 60 | 4A |
| Octal | 173 | 264 | 374 | 63 | 35 | 0 | 1 | 325 | 140 | 112 |
| Binary | 1111011 | 10110100 | 11111100 | 110011 | 11101 | 0 | 1 | 11010101 | 1100000 | 1001010 |
Color Harmonies of #7BB4FC
Complementary color
Monochromatic Colors of #7BB4FC
Black with #7BB4FC
Text Example
Text Example
White with #7BB4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB4FC; }
p { color: rgb(123,180,252); }
H1.HeaderClassName
{
color: #7BB4FC;
}
.AnyTagClassName
{
color: #7BB4FC;
}
</style>
background-color css
<style>
a { background-color: #7BB4FC; }
a { background-color: rgb(123,180,252); }
div.DivClassName
{
background-color: #7BB4FC;
}
.BgClassName
{
background-color: #7BB4FC;
}
</style>
border-color css
<style>
span { border-color: #7BB4FC; }
span { border-color: rgb(123,180,252); }
td.TdClassName
{
border-color: #7BB4FC;
}
.TagClassName
{
border-color: #7BB4FC;
}
</style>