Shades of Maya Blue #5FC0FD
Tints of Maya Blue #5FC0FD
RGB
CMYK
RGB Variations
Color information
#5FC0FD (or 0x5FC0FD) is known color: Maya Blue. HEX triplet: 5F, C0 and FD. RGB value is (95,192,253). Sum of RGB (Red+Green+Blue) = 95+192+253=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FC0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC0FD is #A03F02. Grayscale: #A9A9A9. Windows color (decimal): -10501891 or 16629855. OLE color: 16629855.
HSL color Cylindrical-coordinate representation of color #5FC0FD: hue angle of 203.16º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FC0FD is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 192 | 253 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.01 |
| HSL | 203.16º | 0.98% | 0.68% | - |
| HSV(B) | 203.16º | 0.62% | 0.99% | - |
| XYZ | 41.3 | 47.22 | 99.87 | - |
| YUV | 169.95 | 174.86 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 253 | 0.62 | 0.24 | 0 | 0.01 | 203.16 | 0.98 | 0.68 |
| Hex | 5F | C0 | FD | 3E | 18 | 0 | 1 | CB | 62 | 44 |
| Octal | 137 | 300 | 375 | 76 | 30 | 0 | 1 | 313 | 142 | 104 |
| Binary | 1011111 | 11000000 | 11111101 | 111110 | 11000 | 0 | 1 | 11001011 | 1100010 | 1000100 |
Color Harmonies of #5FC0FD
Complementary color
Monochromatic Colors of #5FC0FD
Black with #5FC0FD
Text Example
Text Example
White with #5FC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC0FD; }
p { color: rgb(95,192,253); }
H1.HeaderClassName
{
color: #5FC0FD;
}
.AnyTagClassName
{
color: #5FC0FD;
}
</style>
background-color css
<style>
a { background-color: #5FC0FD; }
a { background-color: rgb(95,192,253); }
div.DivClassName
{
background-color: #5FC0FD;
}
.BgClassName
{
background-color: #5FC0FD;
}
</style>
border-color css
<style>
span { border-color: #5FC0FD; }
span { border-color: rgb(95,192,253); }
td.TdClassName
{
border-color: #5FC0FD;
}
.TagClassName
{
border-color: #5FC0FD;
}
</style>