Shades of Maya Blue #5FB7FE
Tints of Maya Blue #5FB7FE
RGB
CMYK
RGB Variations
Color information
#5FB7FE (or 0x5FB7FE) is known color: Maya Blue. HEX triplet: 5F, B7 and FE. RGB value is (95,183,254). Sum of RGB (Red+Green+Blue) = 95+183+254=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FB7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB7FE is #A04801. Grayscale: #A4A4A4. Windows color (decimal): -10504194 or 16693087. OLE color: 16693087.
HSL color Cylindrical-coordinate representation of color #5FB7FE: hue angle of 206.79º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FB7FE is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 183 | 254 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.00 |
| HSL | 206.79º | 0.99% | 0.68% | - |
| HSV(B) | 206.79º | 0.63% | 1% | - |
| XYZ | 39.54 | 43.46 | 100.07 | - |
| YUV | 164.78 | 178.35 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 254 | 0.63 | 0.28 | 0 | 0.00 | 206.79 | 0.99 | 0.68 |
| Hex | 5F | B7 | FE | 3F | 1C | 0 | 0 | CF | 63 | 44 |
| Octal | 137 | 267 | 376 | 77 | 34 | 0 | 0 | 317 | 143 | 104 |
| Binary | 1011111 | 10110111 | 11111110 | 111111 | 11100 | 0 | 0 | 11001111 | 1100011 | 1000100 |
Color Harmonies of #5FB7FE
Complementary color
Monochromatic Colors of #5FB7FE
Black with #5FB7FE
Text Example
Text Example
White with #5FB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB7FE; }
p { color: rgb(95,183,254); }
H1.HeaderClassName
{
color: #5FB7FE;
}
.AnyTagClassName
{
color: #5FB7FE;
}
</style>
background-color css
<style>
a { background-color: #5FB7FE; }
a { background-color: rgb(95,183,254); }
div.DivClassName
{
background-color: #5FB7FE;
}
.BgClassName
{
background-color: #5FB7FE;
}
</style>
border-color css
<style>
span { border-color: #5FB7FE; }
span { border-color: rgb(95,183,254); }
td.TdClassName
{
border-color: #5FB7FE;
}
.TagClassName
{
border-color: #5FB7FE;
}
</style>