Shades of Maya Blue #4FD0FF
Tints of Maya Blue #4FD0FF
RGB
CMYK
RGB Variations
Color information
#4FD0FF (or 0x4FD0FF) is known color: Maya Blue. HEX triplet: 4F, D0 and FF. RGB value is (79,208,255). Sum of RGB (Red+Green+Blue) = 79+208+255=542 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.58% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FD0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD0FF is #B02F00. Grayscale: #AEAEAE. Windows color (decimal): -11546369 or 16765007. OLE color: 16765007.
HSL color Cylindrical-coordinate representation of color #4FD0FF: hue angle of 196.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FD0FF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 208 | 255 | - |
| CMYK | 0.69 | 0.18 | 0 | 0 |
| HSL | 196.02º | 1% | 0.65% | - |
| HSV(B) | 196.02º | 0.69% | 1% | - |
| XYZ | 43.83 | 53.99 | 102.72 | - |
| YUV | 174.79 | 173.26 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 208 | 255 | 0.69 | 0.18 | 0 | 0 | 196.02 | 1 | 0.65 |
| Hex | 4F | D0 | FF | 45 | 12 | 0 | 0 | C4 | 64 | 41 |
| Octal | 117 | 320 | 377 | 105 | 22 | 0 | 0 | 304 | 144 | 101 |
| Binary | 1001111 | 11010000 | 11111111 | 1000101 | 10010 | 0 | 0 | 11000100 | 1100100 | 1000001 |
Color Harmonies of #4FD0FF
Complementary color
Monochromatic Colors of #4FD0FF
Black with #4FD0FF
Text Example
Text Example
White with #4FD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD0FF; }
p { color: rgb(79,208,255); }
H1.HeaderClassName
{
color: #4FD0FF;
}
.AnyTagClassName
{
color: #4FD0FF;
}
</style>
background-color css
<style>
a { background-color: #4FD0FF; }
a { background-color: rgb(79,208,255); }
div.DivClassName
{
background-color: #4FD0FF;
}
.BgClassName
{
background-color: #4FD0FF;
}
</style>
border-color css
<style>
span { border-color: #4FD0FF; }
span { border-color: rgb(79,208,255); }
td.TdClassName
{
border-color: #4FD0FF;
}
.TagClassName
{
border-color: #4FD0FF;
}
</style>