Shades of Maya Blue #7CBCFC
Tints of Maya Blue #7CBCFC
RGB
CMYK
RGB Variations
Color information
#7CBCFC (or 0x7CBCFC) is known color: Maya Blue. HEX triplet: 7C, BC and FC. RGB value is (124,188,252). Sum of RGB (Red+Green+Blue) = 124+188+252=564 (74% of max value = 765). Red value is 124 (48.83% from 255 or 21.99% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBCFC is #834303. Grayscale: #AFAFAF. Windows color (decimal): -8602372 or 16563324. OLE color: 16563324.
HSL color Cylindrical-coordinate representation of color #7CBCFC: hue angle of 210º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CBCFC is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 188 | 252 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.01 |
| HSL | 210º | 0.96% | 0.74% | - |
| HSV(B) | 210º | 0.51% | 0.99% | - |
| XYZ | 43.87 | 47.28 | 98.91 | - |
| YUV | 176.16 | 170.8 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 252 | 0.51 | 0.25 | 0 | 0.01 | 210 | 0.96 | 0.74 |
| Hex | 7C | BC | FC | 33 | 19 | 0 | 1 | D2 | 60 | 4A |
| Octal | 174 | 274 | 374 | 63 | 31 | 0 | 1 | 322 | 140 | 112 |
| Binary | 1111100 | 10111100 | 11111100 | 110011 | 11001 | 0 | 1 | 11010010 | 1100000 | 1001010 |
Color Harmonies of #7CBCFC
Complementary color
Monochromatic Colors of #7CBCFC
Black with #7CBCFC
Text Example
Text Example
White with #7CBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCFC; }
p { color: rgb(124,188,252); }
H1.HeaderClassName
{
color: #7CBCFC;
}
.AnyTagClassName
{
color: #7CBCFC;
}
</style>
background-color css
<style>
a { background-color: #7CBCFC; }
a { background-color: rgb(124,188,252); }
div.DivClassName
{
background-color: #7CBCFC;
}
.BgClassName
{
background-color: #7CBCFC;
}
</style>
border-color css
<style>
span { border-color: #7CBCFC; }
span { border-color: rgb(124,188,252); }
td.TdClassName
{
border-color: #7CBCFC;
}
.TagClassName
{
border-color: #7CBCFC;
}
</style>