Shades of Maya Blue #5FCFFA
Tints of Maya Blue #5FCFFA
RGB
CMYK
RGB Variations
Color information
#5FCFFA (or 0x5FCFFA) is known color: Maya Blue. HEX triplet: 5F, CF and FA. RGB value is (95,207,250). Sum of RGB (Red+Green+Blue) = 95+207+250=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FCFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFFA is #A03005. Grayscale: #B2B2B2. Windows color (decimal): -10498054 or 16437087. OLE color: 16437087.
HSL color Cylindrical-coordinate representation of color #5FCFFA: hue angle of 196.65º 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 #5FCFFA is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 207 | 250 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.02 |
| HSL | 196.65º | 0.94% | 0.68% | - |
| HSV(B) | 196.65º | 0.62% | 0.98% | - |
| XYZ | 44.29 | 53.96 | 98.52 | - |
| YUV | 178.41 | 168.39 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 250 | 0.62 | 0.17 | 0 | 0.02 | 196.65 | 0.94 | 0.68 |
| Hex | 5F | CF | FA | 3E | 11 | 0 | 2 | C5 | 5E | 44 |
| Octal | 137 | 317 | 372 | 76 | 21 | 0 | 2 | 305 | 136 | 104 |
| Binary | 1011111 | 11001111 | 11111010 | 111110 | 10001 | 0 | 10 | 11000101 | 1011110 | 1000100 |
Color Harmonies of #5FCFFA
Complementary color
Monochromatic Colors of #5FCFFA
Black with #5FCFFA
Text Example
Text Example
White with #5FCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFFA; }
p { color: rgb(95,207,250); }
H1.HeaderClassName
{
color: #5FCFFA;
}
.AnyTagClassName
{
color: #5FCFFA;
}
</style>
background-color css
<style>
a { background-color: #5FCFFA; }
a { background-color: rgb(95,207,250); }
div.DivClassName
{
background-color: #5FCFFA;
}
.BgClassName
{
background-color: #5FCFFA;
}
</style>
border-color css
<style>
span { border-color: #5FCFFA; }
span { border-color: rgb(95,207,250); }
td.TdClassName
{
border-color: #5FCFFA;
}
.TagClassName
{
border-color: #5FCFFA;
}
</style>