Shades of Maya Blue #5FADFE
Tints of Maya Blue #5FADFE
RGB
CMYK
RGB Variations
Color information
#5FADFE (or 0x5FADFE) is known color: Maya Blue. HEX triplet: 5F, AD and FE. RGB value is (95,173,254). Sum of RGB (Red+Green+Blue) = 95+173+254=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FADFE is #A05201. Grayscale: #9E9E9E. Windows color (decimal): -10506754 or 16690527. OLE color: 16690527.
HSL color Cylindrical-coordinate representation of color #5FADFE: hue angle of 210.57º 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 #5FADFE is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 173 | 254 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.00 |
| HSL | 210.57º | 0.99% | 0.68% | - |
| HSV(B) | 210.57º | 0.63% | 1% | - |
| XYZ | 37.55 | 39.48 | 99.41 | - |
| YUV | 158.91 | 181.66 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 254 | 0.63 | 0.32 | 0 | 0.00 | 210.57 | 0.99 | 0.68 |
| Hex | 5F | AD | FE | 3F | 20 | 0 | 0 | D3 | 63 | 44 |
| Octal | 137 | 255 | 376 | 77 | 40 | 0 | 0 | 323 | 143 | 104 |
| Binary | 1011111 | 10101101 | 11111110 | 111111 | 100000 | 0 | 0 | 11010011 | 1100011 | 1000100 |
Color Harmonies of #5FADFE
Complementary color
Monochromatic Colors of #5FADFE
Black with #5FADFE
Text Example
Text Example
White with #5FADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADFE; }
p { color: rgb(95,173,254); }
H1.HeaderClassName
{
color: #5FADFE;
}
.AnyTagClassName
{
color: #5FADFE;
}
</style>
background-color css
<style>
a { background-color: #5FADFE; }
a { background-color: rgb(95,173,254); }
div.DivClassName
{
background-color: #5FADFE;
}
.BgClassName
{
background-color: #5FADFE;
}
</style>
border-color css
<style>
span { border-color: #5FADFE; }
span { border-color: rgb(95,173,254); }
td.TdClassName
{
border-color: #5FADFE;
}
.TagClassName
{
border-color: #5FADFE;
}
</style>