Shades of Maya Blue #7BC4F8
Tints of Maya Blue #7BC4F8
RGB
CMYK
RGB Variations
Color information
#7BC4F8 (or 0x7BC4F8) is known color: Maya Blue. HEX triplet: 7B, C4 and F8. RGB value is (123,196,248). Sum of RGB (Red+Green+Blue) = 123+196+248=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #7BC4F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC4F8 is #843B07. Grayscale: #B3B3B3. Windows color (decimal): -8665864 or 16303227. OLE color: 16303227.
HSL color Cylindrical-coordinate representation of color #7BC4F8: hue angle of 204.96º 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 #7BC4F8 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 196 | 248 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.03 |
| HSL | 204.96º | 0.9% | 0.73% | - |
| HSV(B) | 204.96º | 0.5% | 0.97% | - |
| XYZ | 44.85 | 50.47 | 96.18 | - |
| YUV | 180.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 248 | 0.50 | 0.21 | 0 | 0.03 | 204.96 | 0.9 | 0.73 |
| Hex | 7B | C4 | F8 | 32 | 15 | 0 | 3 | CD | 5A | 49 |
| Octal | 173 | 304 | 370 | 62 | 25 | 0 | 3 | 315 | 132 | 111 |
| Binary | 1111011 | 11000100 | 11111000 | 110010 | 10101 | 0 | 11 | 11001101 | 1011010 | 1001001 |
Color Harmonies of #7BC4F8
Complementary color
Monochromatic Colors of #7BC4F8
Black with #7BC4F8
Text Example
Text Example
White with #7BC4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC4F8; }
p { color: rgb(123,196,248); }
H1.HeaderClassName
{
color: #7BC4F8;
}
.AnyTagClassName
{
color: #7BC4F8;
}
</style>
background-color css
<style>
a { background-color: #7BC4F8; }
a { background-color: rgb(123,196,248); }
div.DivClassName
{
background-color: #7BC4F8;
}
.BgClassName
{
background-color: #7BC4F8;
}
</style>
border-color css
<style>
span { border-color: #7BC4F8; }
span { border-color: rgb(123,196,248); }
td.TdClassName
{
border-color: #7BC4F8;
}
.TagClassName
{
border-color: #7BC4F8;
}
</style>