Shades of Maya Blue #5FBAFE
Tints of Maya Blue #5FBAFE
RGB
CMYK
RGB Variations
Color information
#5FBAFE (or 0x5FBAFE) is known color: Maya Blue. HEX triplet: 5F, BA and FE. RGB value is (95,186,254). Sum of RGB (Red+Green+Blue) = 95+186+254=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBAFE is #A04501. Grayscale: #A6A6A6. Windows color (decimal): -10503426 or 16693855. OLE color: 16693855.
HSL color Cylindrical-coordinate representation of color #5FBAFE: hue angle of 205.66º 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 #5FBAFE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 186 | 254 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.00 |
| HSL | 205.66º | 0.99% | 0.68% | - |
| HSV(B) | 205.66º | 0.63% | 1% | - |
| XYZ | 40.17 | 44.71 | 100.28 | - |
| YUV | 166.54 | 177.35 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 254 | 0.63 | 0.27 | 0 | 0.00 | 205.66 | 0.99 | 0.68 |
| Hex | 5F | BA | FE | 3F | 1B | 0 | 0 | CE | 63 | 44 |
| Octal | 137 | 272 | 376 | 77 | 33 | 0 | 0 | 316 | 143 | 104 |
| Binary | 1011111 | 10111010 | 11111110 | 111111 | 11011 | 0 | 0 | 11001110 | 1100011 | 1000100 |
Color Harmonies of #5FBAFE
Complementary color
Monochromatic Colors of #5FBAFE
Black with #5FBAFE
Text Example
Text Example
White with #5FBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBAFE; }
p { color: rgb(95,186,254); }
H1.HeaderClassName
{
color: #5FBAFE;
}
.AnyTagClassName
{
color: #5FBAFE;
}
</style>
background-color css
<style>
a { background-color: #5FBAFE; }
a { background-color: rgb(95,186,254); }
div.DivClassName
{
background-color: #5FBAFE;
}
.BgClassName
{
background-color: #5FBAFE;
}
</style>
border-color css
<style>
span { border-color: #5FBAFE; }
span { border-color: rgb(95,186,254); }
td.TdClassName
{
border-color: #5FBAFE;
}
.TagClassName
{
border-color: #5FBAFE;
}
</style>