Shades of Maya Blue #5EBBFC
Tints of Maya Blue #5EBBFC
RGB
CMYK
RGB Variations
Color information
#5EBBFC (or 0x5EBBFC) is known color: Maya Blue. HEX triplet: 5E, BB and FC. RGB value is (94,187,252). Sum of RGB (Red+Green+Blue) = 94+187+252=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EBBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBBFC is #A14403. Grayscale: #A6A6A6. Windows color (decimal): -10568708 or 16563038. OLE color: 16563038.
HSL color Cylindrical-coordinate representation of color #5EBBFC: hue angle of 204.68º 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 #5EBBFC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 187 | 252 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.01 |
| HSL | 204.68º | 0.96% | 0.68% | - |
| HSV(B) | 204.68º | 0.63% | 0.99% | - |
| XYZ | 39.96 | 44.95 | 98.67 | - |
| YUV | 166.6 | 176.19 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 252 | 0.63 | 0.26 | 0 | 0.01 | 204.68 | 0.96 | 0.68 |
| Hex | 5E | BB | FC | 3F | 1A | 0 | 1 | CD | 60 | 44 |
| Octal | 136 | 273 | 374 | 77 | 32 | 0 | 1 | 315 | 140 | 104 |
| Binary | 1011110 | 10111011 | 11111100 | 111111 | 11010 | 0 | 1 | 11001101 | 1100000 | 1000100 |
Color Harmonies of #5EBBFC
Complementary color
Monochromatic Colors of #5EBBFC
Black with #5EBBFC
Text Example
Text Example
White with #5EBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBBFC; }
p { color: rgb(94,187,252); }
H1.HeaderClassName
{
color: #5EBBFC;
}
.AnyTagClassName
{
color: #5EBBFC;
}
</style>
background-color css
<style>
a { background-color: #5EBBFC; }
a { background-color: rgb(94,187,252); }
div.DivClassName
{
background-color: #5EBBFC;
}
.BgClassName
{
background-color: #5EBBFC;
}
</style>
border-color css
<style>
span { border-color: #5EBBFC; }
span { border-color: rgb(94,187,252); }
td.TdClassName
{
border-color: #5EBBFC;
}
.TagClassName
{
border-color: #5EBBFC;
}
</style>