Shades of Maya Blue #5FCDFA
Tints of Maya Blue #5FCDFA
RGB
CMYK
RGB Variations
Color information
#5FCDFA (or 0x5FCDFA) is known color: Maya Blue. HEX triplet: 5F, CD and FA. RGB value is (95,205,250). Sum of RGB (Red+Green+Blue) = 95+205+250=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FCDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCDFA is #A03205. Grayscale: #B0B0B0. Windows color (decimal): -10498566 or 16436575. OLE color: 16436575.
HSL color Cylindrical-coordinate representation of color #5FCDFA: hue angle of 197.42º 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 #5FCDFA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 205 | 250 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.02 |
| HSL | 197.42º | 0.94% | 0.68% | - |
| HSV(B) | 197.42º | 0.62% | 0.98% | - |
| XYZ | 43.81 | 53 | 98.36 | - |
| YUV | 177.24 | 169.06 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 250 | 0.62 | 0.18 | 0 | 0.02 | 197.42 | 0.94 | 0.68 |
| Hex | 5F | CD | FA | 3E | 12 | 0 | 2 | C5 | 5E | 44 |
| Octal | 137 | 315 | 372 | 76 | 22 | 0 | 2 | 305 | 136 | 104 |
| Binary | 1011111 | 11001101 | 11111010 | 111110 | 10010 | 0 | 10 | 11000101 | 1011110 | 1000100 |
Color Harmonies of #5FCDFA
Complementary color
Monochromatic Colors of #5FCDFA
Black with #5FCDFA
Text Example
Text Example
White with #5FCDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDFA; }
p { color: rgb(95,205,250); }
H1.HeaderClassName
{
color: #5FCDFA;
}
.AnyTagClassName
{
color: #5FCDFA;
}
</style>
background-color css
<style>
a { background-color: #5FCDFA; }
a { background-color: rgb(95,205,250); }
div.DivClassName
{
background-color: #5FCDFA;
}
.BgClassName
{
background-color: #5FCDFA;
}
</style>
border-color css
<style>
span { border-color: #5FCDFA; }
span { border-color: rgb(95,205,250); }
td.TdClassName
{
border-color: #5FCDFA;
}
.TagClassName
{
border-color: #5FCDFA;
}
</style>