Shades of Maya Blue #4FCDFE
Tints of Maya Blue #4FCDFE
RGB
CMYK
RGB Variations
Color information
#4FCDFE (or 0x4FCDFE) is known color: Maya Blue. HEX triplet: 4F, CD and FE. RGB value is (79,205,254). Sum of RGB (Red+Green+Blue) = 79+205+254=538 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.68% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FCDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCDFE is #B03201. Grayscale: #ACACAC. Windows color (decimal): -11547138 or 16698703. OLE color: 16698703.
HSL color Cylindrical-coordinate representation of color #4FCDFE: hue angle of 196.8º 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 #4FCDFE is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 205 | 254 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.00 |
| HSL | 196.8º | 0.99% | 0.65% | - |
| HSV(B) | 196.8º | 0.69% | 1% | - |
| XYZ | 42.95 | 52.48 | 101.63 | - |
| YUV | 172.91 | 173.76 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 254 | 0.69 | 0.19 | 0 | 0.00 | 196.8 | 0.99 | 0.65 |
| Hex | 4F | CD | FE | 45 | 13 | 0 | 0 | C5 | 63 | 41 |
| Octal | 117 | 315 | 376 | 105 | 23 | 0 | 0 | 305 | 143 | 101 |
| Binary | 1001111 | 11001101 | 11111110 | 1000101 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000001 |
Color Harmonies of #4FCDFE
Complementary color
Monochromatic Colors of #4FCDFE
Black with #4FCDFE
Text Example
Text Example
White with #4FCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDFE; }
p { color: rgb(79,205,254); }
H1.HeaderClassName
{
color: #4FCDFE;
}
.AnyTagClassName
{
color: #4FCDFE;
}
</style>
background-color css
<style>
a { background-color: #4FCDFE; }
a { background-color: rgb(79,205,254); }
div.DivClassName
{
background-color: #4FCDFE;
}
.BgClassName
{
background-color: #4FCDFE;
}
</style>
border-color css
<style>
span { border-color: #4FCDFE; }
span { border-color: rgb(79,205,254); }
td.TdClassName
{
border-color: #4FCDFE;
}
.TagClassName
{
border-color: #4FCDFE;
}
</style>