Shades of Maya Blue #4FC2FE
Tints of Maya Blue #4FC2FE
RGB
CMYK
RGB Variations
Color information
#4FC2FE (or 0x4FC2FE) is known color: Maya Blue. HEX triplet: 4F, C2 and FE. RGB value is (79,194,254). Sum of RGB (Red+Green+Blue) = 79+194+254=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FC2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC2FE is #B03D01. Grayscale: #A6A6A6. Windows color (decimal): -11549954 or 16695887. OLE color: 16695887.
HSL color Cylindrical-coordinate representation of color #4FC2FE: hue angle of 200.57º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FC2FE is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 194 | 254 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.00 |
| HSL | 200.57º | 0.99% | 0.65% | - |
| HSV(B) | 200.57º | 0.69% | 1% | - |
| XYZ | 40.41 | 47.4 | 100.79 | - |
| YUV | 166.46 | 177.4 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 194 | 254 | 0.69 | 0.24 | 0 | 0.00 | 200.57 | 0.99 | 0.65 |
| Hex | 4F | C2 | FE | 45 | 18 | 0 | 0 | C9 | 63 | 41 |
| Octal | 117 | 302 | 376 | 105 | 30 | 0 | 0 | 311 | 143 | 101 |
| Binary | 1001111 | 11000010 | 11111110 | 1000101 | 11000 | 0 | 0 | 11001001 | 1100011 | 1000001 |
Color Harmonies of #4FC2FE
Complementary color
Monochromatic Colors of #4FC2FE
Black with #4FC2FE
Text Example
Text Example
White with #4FC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC2FE; }
p { color: rgb(79,194,254); }
H1.HeaderClassName
{
color: #4FC2FE;
}
.AnyTagClassName
{
color: #4FC2FE;
}
</style>
background-color css
<style>
a { background-color: #4FC2FE; }
a { background-color: rgb(79,194,254); }
div.DivClassName
{
background-color: #4FC2FE;
}
.BgClassName
{
background-color: #4FC2FE;
}
</style>
border-color css
<style>
span { border-color: #4FC2FE; }
span { border-color: rgb(79,194,254); }
td.TdClassName
{
border-color: #4FC2FE;
}
.TagClassName
{
border-color: #4FC2FE;
}
</style>