Shades of Maya Blue #5FBAFF
Tints of Maya Blue #5FBAFF
RGB
CMYK
RGB Variations
Color information
#5FBAFF (or 0x5FBAFF) is known color: Maya Blue. HEX triplet: 5F, BA and FF. RGB value is (95,186,255). Sum of RGB (Red+Green+Blue) = 95+186+255=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FBAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBAFF is #A04500. Grayscale: #A6A6A6. Windows color (decimal): -10503425 or 16759391. OLE color: 16759391.
HSL color Cylindrical-coordinate representation of color #5FBAFF: hue angle of 205.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FBAFF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 186 | 255 | - |
| CMYK | 0.63 | 0.27 | 0 | 0 |
| HSL | 205.88º | 1% | 0.69% | - |
| HSV(B) | 205.88º | 0.63% | 1% | - |
| XYZ | 40.33 | 44.77 | 101.12 | - |
| YUV | 166.66 | 177.85 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 255 | 0.63 | 0.27 | 0 | 0 | 205.88 | 1 | 0.69 |
| Hex | 5F | BA | FF | 3F | 1B | 0 | 0 | CE | 64 | 45 |
| Octal | 137 | 272 | 377 | 77 | 33 | 0 | 0 | 316 | 144 | 105 |
| Binary | 1011111 | 10111010 | 11111111 | 111111 | 11011 | 0 | 0 | 11001110 | 1100100 | 1000101 |
Color Harmonies of #5FBAFF
Complementary color
Monochromatic Colors of #5FBAFF
Black with #5FBAFF
Text Example
Text Example
White with #5FBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBAFF; }
p { color: rgb(95,186,255); }
H1.HeaderClassName
{
color: #5FBAFF;
}
.AnyTagClassName
{
color: #5FBAFF;
}
</style>
background-color css
<style>
a { background-color: #5FBAFF; }
a { background-color: rgb(95,186,255); }
div.DivClassName
{
background-color: #5FBAFF;
}
.BgClassName
{
background-color: #5FBAFF;
}
</style>
border-color css
<style>
span { border-color: #5FBAFF; }
span { border-color: rgb(95,186,255); }
td.TdClassName
{
border-color: #5FBAFF;
}
.TagClassName
{
border-color: #5FBAFF;
}
</style>