Shades of Maya Blue #5EAFFC
Tints of Maya Blue #5EAFFC
RGB
CMYK
RGB Variations
Color information
#5EAFFC (or 0x5EAFFC) is known color: Maya Blue. HEX triplet: 5E, AF and FC. RGB value is (94,175,252). Sum of RGB (Red+Green+Blue) = 94+175+252=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAFFC is #A15003. Grayscale: #9F9F9F. Windows color (decimal): -10571780 or 16559966. OLE color: 16559966.
HSL color Cylindrical-coordinate representation of color #5EAFFC: hue angle of 209.24º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EAFFC is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 175 | 252 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.01 |
| HSL | 209.24º | 0.96% | 0.68% | - |
| HSV(B) | 209.24º | 0.63% | 0.99% | - |
| XYZ | 37.52 | 40.07 | 97.85 | - |
| YUV | 159.56 | 180.16 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 252 | 0.63 | 0.31 | 0 | 0.01 | 209.24 | 0.96 | 0.68 |
| Hex | 5E | AF | FC | 3F | 1F | 0 | 1 | D1 | 60 | 44 |
| Octal | 136 | 257 | 374 | 77 | 37 | 0 | 1 | 321 | 140 | 104 |
| Binary | 1011110 | 10101111 | 11111100 | 111111 | 11111 | 0 | 1 | 11010001 | 1100000 | 1000100 |
Color Harmonies of #5EAFFC
Complementary color
Monochromatic Colors of #5EAFFC
Black with #5EAFFC
Text Example
Text Example
White with #5EAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFFC; }
p { color: rgb(94,175,252); }
H1.HeaderClassName
{
color: #5EAFFC;
}
.AnyTagClassName
{
color: #5EAFFC;
}
</style>
background-color css
<style>
a { background-color: #5EAFFC; }
a { background-color: rgb(94,175,252); }
div.DivClassName
{
background-color: #5EAFFC;
}
.BgClassName
{
background-color: #5EAFFC;
}
</style>
border-color css
<style>
span { border-color: #5EAFFC; }
span { border-color: rgb(94,175,252); }
td.TdClassName
{
border-color: #5EAFFC;
}
.TagClassName
{
border-color: #5EAFFC;
}
</style>