Shades of Maya Blue #7BC8F9
Tints of Maya Blue #7BC8F9
RGB
CMYK
RGB Variations
Color information
#7BC8F9 (or 0x7BC8F9) is known color: Maya Blue. HEX triplet: 7B, C8 and F9. RGB value is (123,200,249). Sum of RGB (Red+Green+Blue) = 123+200+249=572 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.50% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #7BC8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC8F9 is #843706. Grayscale: #B6B6B6. Windows color (decimal): -8664839 or 16369787. OLE color: 16369787.
HSL color Cylindrical-coordinate representation of color #7BC8F9: hue angle of 203.33º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BC8F9 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 200 | 249 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.02 |
| HSL | 203.33º | 0.91% | 0.73% | - |
| HSV(B) | 203.33º | 0.51% | 0.98% | - |
| XYZ | 45.92 | 52.36 | 97.31 | - |
| YUV | 182.56 | 165.49 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 249 | 0.51 | 0.20 | 0 | 0.02 | 203.33 | 0.91 | 0.73 |
| Hex | 7B | C8 | F9 | 33 | 14 | 0 | 2 | CB | 5B | 49 |
| Octal | 173 | 310 | 371 | 63 | 24 | 0 | 2 | 313 | 133 | 111 |
| Binary | 1111011 | 11001000 | 11111001 | 110011 | 10100 | 0 | 10 | 11001011 | 1011011 | 1001001 |
Color Harmonies of #7BC8F9
Complementary color
Monochromatic Colors of #7BC8F9
Black with #7BC8F9
Text Example
Text Example
White with #7BC8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC8F9; }
p { color: rgb(123,200,249); }
H1.HeaderClassName
{
color: #7BC8F9;
}
.AnyTagClassName
{
color: #7BC8F9;
}
</style>
background-color css
<style>
a { background-color: #7BC8F9; }
a { background-color: rgb(123,200,249); }
div.DivClassName
{
background-color: #7BC8F9;
}
.BgClassName
{
background-color: #7BC8F9;
}
</style>
border-color css
<style>
span { border-color: #7BC8F9; }
span { border-color: rgb(123,200,249); }
td.TdClassName
{
border-color: #7BC8F9;
}
.TagClassName
{
border-color: #7BC8F9;
}
</style>