Shades of Maya Blue #7CBFFF
Tints of Maya Blue #7CBFFF
RGB
CMYK
RGB Variations
Color information
#7CBFFF (or 0x7CBFFF) is known color: Maya Blue. HEX triplet: 7C, BF and FF. RGB value is (124,191,255). Sum of RGB (Red+Green+Blue) = 124+191+255=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBFFF is #834000. Grayscale: #B1B1B1. Windows color (decimal): -8601601 or 16760700. OLE color: 16760700.
HSL color Cylindrical-coordinate representation of color #7CBFFF: hue angle of 209.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CBFFF is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 191 | 255 | - |
| CMYK | 0.51 | 0.25 | 0 | 0 |
| HSL | 209.31º | 1% | 0.74% | - |
| HSV(B) | 209.31º | 0.51% | 1% | - |
| XYZ | 44.99 | 48.77 | 101.65 | - |
| YUV | 178.26 | 171.3 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 255 | 0.51 | 0.25 | 0 | 0 | 209.31 | 1 | 0.74 |
| Hex | 7C | BF | FF | 33 | 19 | 0 | 0 | D1 | 64 | 4A |
| Octal | 174 | 277 | 377 | 63 | 31 | 0 | 0 | 321 | 144 | 112 |
| Binary | 1111100 | 10111111 | 11111111 | 110011 | 11001 | 0 | 0 | 11010001 | 1100100 | 1001010 |
Color Harmonies of #7CBFFF
Complementary color
Monochromatic Colors of #7CBFFF
Black with #7CBFFF
Text Example
Text Example
White with #7CBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBFFF; }
p { color: rgb(124,191,255); }
H1.HeaderClassName
{
color: #7CBFFF;
}
.AnyTagClassName
{
color: #7CBFFF;
}
</style>
background-color css
<style>
a { background-color: #7CBFFF; }
a { background-color: rgb(124,191,255); }
div.DivClassName
{
background-color: #7CBFFF;
}
.BgClassName
{
background-color: #7CBFFF;
}
</style>
border-color css
<style>
span { border-color: #7CBFFF; }
span { border-color: rgb(124,191,255); }
td.TdClassName
{
border-color: #7CBFFF;
}
.TagClassName
{
border-color: #7CBFFF;
}
</style>