Shades of Maya Blue #5FD0FA
Tints of Maya Blue #5FD0FA
RGB
CMYK
RGB Variations
Color information
#5FD0FA (or 0x5FD0FA) is known color: Maya Blue. HEX triplet: 5F, D0 and FA. RGB value is (95,208,250). Sum of RGB (Red+Green+Blue) = 95+208+250=553 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.18% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FD0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD0FA is #A02F05. Grayscale: #B2B2B2. Windows color (decimal): -10497798 or 16437343. OLE color: 16437343.
HSL color Cylindrical-coordinate representation of color #5FD0FA: hue angle of 196.26º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD0FA is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 208 | 250 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.02 |
| HSL | 196.26º | 0.94% | 0.68% | - |
| HSV(B) | 196.26º | 0.62% | 0.98% | - |
| XYZ | 44.53 | 54.45 | 98.6 | - |
| YUV | 179 | 168.06 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 250 | 0.62 | 0.17 | 0 | 0.02 | 196.26 | 0.94 | 0.68 |
| Hex | 5F | D0 | FA | 3E | 11 | 0 | 2 | C4 | 5E | 44 |
| Octal | 137 | 320 | 372 | 76 | 21 | 0 | 2 | 304 | 136 | 104 |
| Binary | 1011111 | 11010000 | 11111010 | 111110 | 10001 | 0 | 10 | 11000100 | 1011110 | 1000100 |
Color Harmonies of #5FD0FA
Complementary color
Monochromatic Colors of #5FD0FA
Black with #5FD0FA
Text Example
Text Example
White with #5FD0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD0FA; }
p { color: rgb(95,208,250); }
H1.HeaderClassName
{
color: #5FD0FA;
}
.AnyTagClassName
{
color: #5FD0FA;
}
</style>
background-color css
<style>
a { background-color: #5FD0FA; }
a { background-color: rgb(95,208,250); }
div.DivClassName
{
background-color: #5FD0FA;
}
.BgClassName
{
background-color: #5FD0FA;
}
</style>
border-color css
<style>
span { border-color: #5FD0FA; }
span { border-color: rgb(95,208,250); }
td.TdClassName
{
border-color: #5FD0FA;
}
.TagClassName
{
border-color: #5FD0FA;
}
</style>