Shades of Maya Blue #7CBDFE
Tints of Maya Blue #7CBDFE
RGB
CMYK
RGB Variations
Color information
#7CBDFE (or 0x7CBDFE) is known color: Maya Blue. HEX triplet: 7C, BD and FE. RGB value is (124,189,254). Sum of RGB (Red+Green+Blue) = 124+189+254=567 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.87% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CBDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBDFE is #834201. Grayscale: #B0B0B0. Windows color (decimal): -8602114 or 16694652. OLE color: 16694652.
HSL color Cylindrical-coordinate representation of color #7CBDFE: hue angle of 210º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CBDFE is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 189 | 254 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.00 |
| HSL | 210º | 0.98% | 0.74% | - |
| HSV(B) | 210º | 0.51% | 1% | - |
| XYZ | 44.4 | 47.84 | 100.66 | - |
| YUV | 176.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 254 | 0.51 | 0.26 | 0 | 0.00 | 210 | 0.98 | 0.74 |
| Hex | 7C | BD | FE | 33 | 1A | 0 | 0 | D2 | 62 | 4A |
| Octal | 174 | 275 | 376 | 63 | 32 | 0 | 0 | 322 | 142 | 112 |
| Binary | 1111100 | 10111101 | 11111110 | 110011 | 11010 | 0 | 0 | 11010010 | 1100010 | 1001010 |
Color Harmonies of #7CBDFE
Complementary color
Monochromatic Colors of #7CBDFE
Black with #7CBDFE
Text Example
Text Example
White with #7CBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDFE; }
p { color: rgb(124,189,254); }
H1.HeaderClassName
{
color: #7CBDFE;
}
.AnyTagClassName
{
color: #7CBDFE;
}
</style>
background-color css
<style>
a { background-color: #7CBDFE; }
a { background-color: rgb(124,189,254); }
div.DivClassName
{
background-color: #7CBDFE;
}
.BgClassName
{
background-color: #7CBDFE;
}
</style>
border-color css
<style>
span { border-color: #7CBDFE; }
span { border-color: rgb(124,189,254); }
td.TdClassName
{
border-color: #7CBDFE;
}
.TagClassName
{
border-color: #7CBDFE;
}
</style>