Shades of Maya Blue #5FCCFA
Tints of Maya Blue #5FCCFA
RGB
CMYK
RGB Variations
Color information
#5FCCFA (or 0x5FCCFA) is known color: Maya Blue. HEX triplet: 5F, CC and FA. RGB value is (95,204,250). Sum of RGB (Red+Green+Blue) = 95+204+250=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FCCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCCFA is #A03305. Grayscale: #B0B0B0. Windows color (decimal): -10498822 or 16436319. OLE color: 16436319.
HSL color Cylindrical-coordinate representation of color #5FCCFA: hue angle of 197.81º 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 #5FCCFA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 204 | 250 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.02 |
| HSL | 197.81º | 0.94% | 0.68% | - |
| HSV(B) | 197.81º | 0.62% | 0.98% | - |
| XYZ | 43.57 | 52.52 | 98.28 | - |
| YUV | 176.65 | 169.39 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 250 | 0.62 | 0.18 | 0 | 0.02 | 197.81 | 0.94 | 0.68 |
| Hex | 5F | CC | FA | 3E | 12 | 0 | 2 | C6 | 5E | 44 |
| Octal | 137 | 314 | 372 | 76 | 22 | 0 | 2 | 306 | 136 | 104 |
| Binary | 1011111 | 11001100 | 11111010 | 111110 | 10010 | 0 | 10 | 11000110 | 1011110 | 1000100 |
Color Harmonies of #5FCCFA
Complementary color
Monochromatic Colors of #5FCCFA
Black with #5FCCFA
Text Example
Text Example
White with #5FCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCFA; }
p { color: rgb(95,204,250); }
H1.HeaderClassName
{
color: #5FCCFA;
}
.AnyTagClassName
{
color: #5FCCFA;
}
</style>
background-color css
<style>
a { background-color: #5FCCFA; }
a { background-color: rgb(95,204,250); }
div.DivClassName
{
background-color: #5FCCFA;
}
.BgClassName
{
background-color: #5FCCFA;
}
</style>
border-color css
<style>
span { border-color: #5FCCFA; }
span { border-color: rgb(95,204,250); }
td.TdClassName
{
border-color: #5FCCFA;
}
.TagClassName
{
border-color: #5FCCFA;
}
</style>