Shades of Maya Blue #4FBDFE
Tints of Maya Blue #4FBDFE
RGB
CMYK
RGB Variations
Color information
#4FBDFE (or 0x4FBDFE) is known color: Maya Blue. HEX triplet: 4F, BD and FE. RGB value is (79,189,254). Sum of RGB (Red+Green+Blue) = 79+189+254=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FBDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBDFE is #B04201. Grayscale: #A3A3A3. Windows color (decimal): -11551234 or 16694607. OLE color: 16694607.
HSL color Cylindrical-coordinate representation of color #4FBDFE: hue angle of 202.29º 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 #4FBDFE is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 189 | 254 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.00 |
| HSL | 202.29º | 0.99% | 0.65% | - |
| HSV(B) | 202.29º | 0.69% | 1% | - |
| XYZ | 39.31 | 45.21 | 100.42 | - |
| YUV | 163.52 | 179.06 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 254 | 0.69 | 0.26 | 0 | 0.00 | 202.29 | 0.99 | 0.65 |
| Hex | 4F | BD | FE | 45 | 1A | 0 | 0 | CA | 63 | 41 |
| Octal | 117 | 275 | 376 | 105 | 32 | 0 | 0 | 312 | 143 | 101 |
| Binary | 1001111 | 10111101 | 11111110 | 1000101 | 11010 | 0 | 0 | 11001010 | 1100011 | 1000001 |
Color Harmonies of #4FBDFE
Complementary color
Monochromatic Colors of #4FBDFE
Black with #4FBDFE
Text Example
Text Example
White with #4FBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBDFE; }
p { color: rgb(79,189,254); }
H1.HeaderClassName
{
color: #4FBDFE;
}
.AnyTagClassName
{
color: #4FBDFE;
}
</style>
background-color css
<style>
a { background-color: #4FBDFE; }
a { background-color: rgb(79,189,254); }
div.DivClassName
{
background-color: #4FBDFE;
}
.BgClassName
{
background-color: #4FBDFE;
}
</style>
border-color css
<style>
span { border-color: #4FBDFE; }
span { border-color: rgb(79,189,254); }
td.TdClassName
{
border-color: #4FBDFE;
}
.TagClassName
{
border-color: #4FBDFE;
}
</style>