Shades of Maya Blue #4CCBFE
Tints of Maya Blue #4CCBFE
RGB
CMYK
RGB Variations
Color information
#4CCBFE (or 0x4CCBFE) is known color: Maya Blue. HEX triplet: 4C, CB and FE. RGB value is (76,203,254). Sum of RGB (Red+Green+Blue) = 76+203+254=533 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.26% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CCBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCBFE is #B33401. Grayscale: #AAAAAA. Windows color (decimal): -11744258 or 16698188. OLE color: 16698188.
HSL color Cylindrical-coordinate representation of color #4CCBFE: hue angle of 197.19º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCBFE is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 203 | 254 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.00 |
| HSL | 197.19º | 0.99% | 0.65% | - |
| HSV(B) | 197.19º | 0.7% | 1% | - |
| XYZ | 42.23 | 51.4 | 101.46 | - |
| YUV | 170.84 | 174.92 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 254 | 0.70 | 0.20 | 0 | 0.00 | 197.19 | 0.99 | 0.65 |
| Hex | 4C | CB | FE | 46 | 14 | 0 | 0 | C5 | 63 | 41 |
| Octal | 114 | 313 | 376 | 106 | 24 | 0 | 0 | 305 | 143 | 101 |
| Binary | 1001100 | 11001011 | 11111110 | 1000110 | 10100 | 0 | 0 | 11000101 | 1100011 | 1000001 |
Color Harmonies of #4CCBFE
Complementary color
Monochromatic Colors of #4CCBFE
Black with #4CCBFE
Text Example
Text Example
White with #4CCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBFE; }
p { color: rgb(76,203,254); }
H1.HeaderClassName
{
color: #4CCBFE;
}
.AnyTagClassName
{
color: #4CCBFE;
}
</style>
background-color css
<style>
a { background-color: #4CCBFE; }
a { background-color: rgb(76,203,254); }
div.DivClassName
{
background-color: #4CCBFE;
}
.BgClassName
{
background-color: #4CCBFE;
}
</style>
border-color css
<style>
span { border-color: #4CCBFE; }
span { border-color: rgb(76,203,254); }
td.TdClassName
{
border-color: #4CCBFE;
}
.TagClassName
{
border-color: #4CCBFE;
}
</style>