Shades of Maya Blue #7BCAF8
Tints of Maya Blue #7BCAF8
RGB
CMYK
RGB Variations
Color information
#7BCAF8 (or 0x7BCAF8) is known color: Maya Blue. HEX triplet: 7B, CA and F8. RGB value is (123,202,248). Sum of RGB (Red+Green+Blue) = 123+202+248=573 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.47% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #7BCAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCAF8 is #843507. Grayscale: #B7B7B7. Windows color (decimal): -8664328 or 16304763. OLE color: 16304763.
HSL color Cylindrical-coordinate representation of color #7BCAF8: hue angle of 202.08º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BCAF8 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 202 | 248 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.03 |
| HSL | 202.08º | 0.9% | 0.73% | - |
| HSV(B) | 202.08º | 0.5% | 0.97% | - |
| XYZ | 46.23 | 53.23 | 96.64 | - |
| YUV | 183.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 248 | 0.50 | 0.19 | 0 | 0.03 | 202.08 | 0.9 | 0.73 |
| Hex | 7B | CA | F8 | 32 | 13 | 0 | 3 | CA | 5A | 49 |
| Octal | 173 | 312 | 370 | 62 | 23 | 0 | 3 | 312 | 132 | 111 |
| Binary | 1111011 | 11001010 | 11111000 | 110010 | 10011 | 0 | 11 | 11001010 | 1011010 | 1001001 |
Color Harmonies of #7BCAF8
Complementary color
Monochromatic Colors of #7BCAF8
Black with #7BCAF8
Text Example
Text Example
White with #7BCAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCAF8; }
p { color: rgb(123,202,248); }
H1.HeaderClassName
{
color: #7BCAF8;
}
.AnyTagClassName
{
color: #7BCAF8;
}
</style>
background-color css
<style>
a { background-color: #7BCAF8; }
a { background-color: rgb(123,202,248); }
div.DivClassName
{
background-color: #7BCAF8;
}
.BgClassName
{
background-color: #7BCAF8;
}
</style>
border-color css
<style>
span { border-color: #7BCAF8; }
span { border-color: rgb(123,202,248); }
td.TdClassName
{
border-color: #7BCAF8;
}
.TagClassName
{
border-color: #7BCAF8;
}
</style>