Shades of Maya Blue #4CCBFC
Tints of Maya Blue #4CCBFC
RGB
CMYK
RGB Variations
Color information
#4CCBFC (or 0x4CCBFC) is known color: Maya Blue. HEX triplet: 4C, CB and FC. RGB value is (76,203,252). Sum of RGB (Red+Green+Blue) = 76+203+252=531 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.31% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CCBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCBFC is #B33403. Grayscale: #AAAAAA. Windows color (decimal): -11744260 or 16567116. OLE color: 16567116.
HSL color Cylindrical-coordinate representation of color #4CCBFC: hue angle of 196.7º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCBFC is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 203 | 252 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.01 |
| HSL | 196.7º | 0.97% | 0.64% | - |
| HSV(B) | 196.7º | 0.7% | 0.99% | - |
| XYZ | 41.91 | 51.28 | 99.78 | - |
| YUV | 170.61 | 173.92 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 252 | 0.70 | 0.19 | 0 | 0.01 | 196.7 | 0.97 | 0.64 |
| Hex | 4C | CB | FC | 46 | 13 | 0 | 1 | C5 | 61 | 40 |
| Octal | 114 | 313 | 374 | 106 | 23 | 0 | 1 | 305 | 141 | 100 |
| Binary | 1001100 | 11001011 | 11111100 | 1000110 | 10011 | 0 | 1 | 11000101 | 1100001 | 1000000 |
Color Harmonies of #4CCBFC
Complementary color
Monochromatic Colors of #4CCBFC
Black with #4CCBFC
Text Example
Text Example
White with #4CCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBFC; }
p { color: rgb(76,203,252); }
H1.HeaderClassName
{
color: #4CCBFC;
}
.AnyTagClassName
{
color: #4CCBFC;
}
</style>
background-color css
<style>
a { background-color: #4CCBFC; }
a { background-color: rgb(76,203,252); }
div.DivClassName
{
background-color: #4CCBFC;
}
.BgClassName
{
background-color: #4CCBFC;
}
</style>
border-color css
<style>
span { border-color: #4CCBFC; }
span { border-color: rgb(76,203,252); }
td.TdClassName
{
border-color: #4CCBFC;
}
.TagClassName
{
border-color: #4CCBFC;
}
</style>