Shades of Maya Blue #4FCAFC
Tints of Maya Blue #4FCAFC
RGB
CMYK
RGB Variations
Color information
#4FCAFC (or 0x4FCAFC) is known color: Maya Blue. HEX triplet: 4F, CA and FC. RGB value is (79,202,252). Sum of RGB (Red+Green+Blue) = 79+202+252=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FCAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCAFC is #B03503. Grayscale: #AAAAAA. Windows color (decimal): -11547908 or 16566863. OLE color: 16566863.
HSL color Cylindrical-coordinate representation of color #4FCAFC: hue angle of 197.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FCAFC is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 202 | 252 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.01 |
| HSL | 197.34º | 0.97% | 0.65% | - |
| HSV(B) | 197.34º | 0.69% | 0.99% | - |
| XYZ | 41.92 | 50.93 | 99.72 | - |
| YUV | 170.92 | 173.75 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 252 | 0.69 | 0.20 | 0 | 0.01 | 197.34 | 0.97 | 0.65 |
| Hex | 4F | CA | FC | 45 | 14 | 0 | 1 | C5 | 61 | 41 |
| Octal | 117 | 312 | 374 | 105 | 24 | 0 | 1 | 305 | 141 | 101 |
| Binary | 1001111 | 11001010 | 11111100 | 1000101 | 10100 | 0 | 1 | 11000101 | 1100001 | 1000001 |
Color Harmonies of #4FCAFC
Complementary color
Monochromatic Colors of #4FCAFC
Black with #4FCAFC
Text Example
Text Example
White with #4FCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAFC; }
p { color: rgb(79,202,252); }
H1.HeaderClassName
{
color: #4FCAFC;
}
.AnyTagClassName
{
color: #4FCAFC;
}
</style>
background-color css
<style>
a { background-color: #4FCAFC; }
a { background-color: rgb(79,202,252); }
div.DivClassName
{
background-color: #4FCAFC;
}
.BgClassName
{
background-color: #4FCAFC;
}
</style>
border-color css
<style>
span { border-color: #4FCAFC; }
span { border-color: rgb(79,202,252); }
td.TdClassName
{
border-color: #4FCAFC;
}
.TagClassName
{
border-color: #4FCAFC;
}
</style>