Shades of Maya Blue #4FC0FE
Tints of Maya Blue #4FC0FE
RGB
CMYK
RGB Variations
Color information
#4FC0FE (or 0x4FC0FE) is known color: Maya Blue. HEX triplet: 4F, C0 and FE. RGB value is (79,192,254). Sum of RGB (Red+Green+Blue) = 79+192+254=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FC0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC0FE is #B03F01. Grayscale: #A4A4A4. Windows color (decimal): -11550466 or 16695375. OLE color: 16695375.
HSL color Cylindrical-coordinate representation of color #4FC0FE: hue angle of 201.26º 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 #4FC0FE is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 192 | 254 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.00 |
| HSL | 201.26º | 0.99% | 0.65% | - |
| HSV(B) | 201.26º | 0.69% | 1% | - |
| XYZ | 39.96 | 46.52 | 100.64 | - |
| YUV | 165.28 | 178.06 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 254 | 0.69 | 0.24 | 0 | 0.00 | 201.26 | 0.99 | 0.65 |
| Hex | 4F | C0 | FE | 45 | 18 | 0 | 0 | C9 | 63 | 41 |
| Octal | 117 | 300 | 376 | 105 | 30 | 0 | 0 | 311 | 143 | 101 |
| Binary | 1001111 | 11000000 | 11111110 | 1000101 | 11000 | 0 | 0 | 11001001 | 1100011 | 1000001 |
Color Harmonies of #4FC0FE
Complementary color
Monochromatic Colors of #4FC0FE
Black with #4FC0FE
Text Example
Text Example
White with #4FC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC0FE; }
p { color: rgb(79,192,254); }
H1.HeaderClassName
{
color: #4FC0FE;
}
.AnyTagClassName
{
color: #4FC0FE;
}
</style>
background-color css
<style>
a { background-color: #4FC0FE; }
a { background-color: rgb(79,192,254); }
div.DivClassName
{
background-color: #4FC0FE;
}
.BgClassName
{
background-color: #4FC0FE;
}
</style>
border-color css
<style>
span { border-color: #4FC0FE; }
span { border-color: rgb(79,192,254); }
td.TdClassName
{
border-color: #4FC0FE;
}
.TagClassName
{
border-color: #4FC0FE;
}
</style>