Shades of Maya Blue #7CBDFF
Tints of Maya Blue #7CBDFF
RGB
CMYK
RGB Variations
Color information
#7CBDFF (or 0x7CBDFF) is known color: Maya Blue. HEX triplet: 7C, BD and FF. RGB value is (124,189,255). Sum of RGB (Red+Green+Blue) = 124+189+255=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBDFF is #834200. Grayscale: #B0B0B0. Windows color (decimal): -8602113 or 16760188. OLE color: 16760188.
HSL color Cylindrical-coordinate representation of color #7CBDFF: hue angle of 210.23º 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 #7CBDFF is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 189 | 255 | - |
| CMYK | 0.51 | 0.26 | 0 | 0 |
| HSL | 210.23º | 1% | 0.74% | - |
| HSV(B) | 210.23º | 0.51% | 1% | - |
| XYZ | 44.56 | 47.9 | 101.5 | - |
| YUV | 177.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 255 | 0.51 | 0.26 | 0 | 0 | 210.23 | 1 | 0.74 |
| Hex | 7C | BD | FF | 33 | 1A | 0 | 0 | D2 | 64 | 4A |
| Octal | 174 | 275 | 377 | 63 | 32 | 0 | 0 | 322 | 144 | 112 |
| Binary | 1111100 | 10111101 | 11111111 | 110011 | 11010 | 0 | 0 | 11010010 | 1100100 | 1001010 |
Color Harmonies of #7CBDFF
Complementary color
Monochromatic Colors of #7CBDFF
Black with #7CBDFF
Text Example
Text Example
White with #7CBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDFF; }
p { color: rgb(124,189,255); }
H1.HeaderClassName
{
color: #7CBDFF;
}
.AnyTagClassName
{
color: #7CBDFF;
}
</style>
background-color css
<style>
a { background-color: #7CBDFF; }
a { background-color: rgb(124,189,255); }
div.DivClassName
{
background-color: #7CBDFF;
}
.BgClassName
{
background-color: #7CBDFF;
}
</style>
border-color css
<style>
span { border-color: #7CBDFF; }
span { border-color: rgb(124,189,255); }
td.TdClassName
{
border-color: #7CBDFF;
}
.TagClassName
{
border-color: #7CBDFF;
}
</style>