Shades of Maya Blue #4FBDFD
Tints of Maya Blue #4FBDFD
RGB
CMYK
RGB Variations
Color information
#4FBDFD (or 0x4FBDFD) is known color: Maya Blue. HEX triplet: 4F, BD and FD. RGB value is (79,189,253). Sum of RGB (Red+Green+Blue) = 79+189+253=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBDFD is #B04202. Grayscale: #A3A3A3. Windows color (decimal): -11551235 or 16629071. OLE color: 16629071.
HSL color Cylindrical-coordinate representation of color #4FBDFD: hue angle of 202.07º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FBDFD is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 189 | 253 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.01 |
| HSL | 202.07º | 0.98% | 0.65% | - |
| HSV(B) | 202.07º | 0.69% | 0.99% | - |
| XYZ | 39.15 | 45.15 | 99.58 | - |
| YUV | 163.41 | 178.56 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 253 | 0.69 | 0.25 | 0 | 0.01 | 202.07 | 0.98 | 0.65 |
| Hex | 4F | BD | FD | 45 | 19 | 0 | 1 | CA | 62 | 41 |
| Octal | 117 | 275 | 375 | 105 | 31 | 0 | 1 | 312 | 142 | 101 |
| Binary | 1001111 | 10111101 | 11111101 | 1000101 | 11001 | 0 | 1 | 11001010 | 1100010 | 1000001 |
Color Harmonies of #4FBDFD
Complementary color
Monochromatic Colors of #4FBDFD
Black with #4FBDFD
Text Example
Text Example
White with #4FBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBDFD; }
p { color: rgb(79,189,253); }
H1.HeaderClassName
{
color: #4FBDFD;
}
.AnyTagClassName
{
color: #4FBDFD;
}
</style>
background-color css
<style>
a { background-color: #4FBDFD; }
a { background-color: rgb(79,189,253); }
div.DivClassName
{
background-color: #4FBDFD;
}
.BgClassName
{
background-color: #4FBDFD;
}
</style>
border-color css
<style>
span { border-color: #4FBDFD; }
span { border-color: rgb(79,189,253); }
td.TdClassName
{
border-color: #4FBDFD;
}
.TagClassName
{
border-color: #4FBDFD;
}
</style>