Shades of Maya Blue #7BC4FF
Tints of Maya Blue #7BC4FF
RGB
CMYK
RGB Variations
Color information
#7BC4FF (or 0x7BC4FF) is known color: Maya Blue. HEX triplet: 7B, C4 and FF. RGB value is (123,196,255). Sum of RGB (Red+Green+Blue) = 123+196+255=574 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.43% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BC4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC4FF is #843B00. Grayscale: #B4B4B4. Windows color (decimal): -8665857 or 16761979. OLE color: 16761979.
HSL color Cylindrical-coordinate representation of color #7BC4FF: hue angle of 206.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BC4FF is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 196 | 255 | - |
| CMYK | 0.52 | 0.23 | 0 | 0 |
| HSL | 206.82º | 1% | 0.74% | - |
| HSV(B) | 206.82º | 0.52% | 1% | - |
| XYZ | 45.96 | 50.91 | 102.01 | - |
| YUV | 180.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 255 | 0.52 | 0.23 | 0 | 0 | 206.82 | 1 | 0.74 |
| Hex | 7B | C4 | FF | 34 | 17 | 0 | 0 | CF | 64 | 4A |
| Octal | 173 | 304 | 377 | 64 | 27 | 0 | 0 | 317 | 144 | 112 |
| Binary | 1111011 | 11000100 | 11111111 | 110100 | 10111 | 0 | 0 | 11001111 | 1100100 | 1001010 |
Color Harmonies of #7BC4FF
Complementary color
Monochromatic Colors of #7BC4FF
Black with #7BC4FF
Text Example
Text Example
White with #7BC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC4FF; }
p { color: rgb(123,196,255); }
H1.HeaderClassName
{
color: #7BC4FF;
}
.AnyTagClassName
{
color: #7BC4FF;
}
</style>
background-color css
<style>
a { background-color: #7BC4FF; }
a { background-color: rgb(123,196,255); }
div.DivClassName
{
background-color: #7BC4FF;
}
.BgClassName
{
background-color: #7BC4FF;
}
</style>
border-color css
<style>
span { border-color: #7BC4FF; }
span { border-color: rgb(123,196,255); }
td.TdClassName
{
border-color: #7BC4FF;
}
.TagClassName
{
border-color: #7BC4FF;
}
</style>