Shades of Maya Blue #5EBCFF
Tints of Maya Blue #5EBCFF
RGB
CMYK
RGB Variations
Color information
#5EBCFF (or 0x5EBCFF) is known color: Maya Blue. HEX triplet: 5E, BC and FF. RGB value is (94,188,255). Sum of RGB (Red+Green+Blue) = 94+188+255=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EBCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBCFF is #A14300. Grayscale: #A7A7A7. Windows color (decimal): -10568449 or 16759902. OLE color: 16759902.
HSL color Cylindrical-coordinate representation of color #5EBCFF: hue angle of 204.97º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EBCFF is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 188 | 255 | - |
| CMYK | 0.63 | 0.26 | 0 | 0 |
| HSL | 204.97º | 1% | 0.68% | - |
| HSV(B) | 204.97º | 0.63% | 1% | - |
| XYZ | 40.65 | 45.57 | 101.26 | - |
| YUV | 167.53 | 177.36 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 255 | 0.63 | 0.26 | 0 | 0 | 204.97 | 1 | 0.68 |
| Hex | 5E | BC | FF | 3F | 1A | 0 | 0 | CD | 64 | 44 |
| Octal | 136 | 274 | 377 | 77 | 32 | 0 | 0 | 315 | 144 | 104 |
| Binary | 1011110 | 10111100 | 11111111 | 111111 | 11010 | 0 | 0 | 11001101 | 1100100 | 1000100 |
Color Harmonies of #5EBCFF
Complementary color
Monochromatic Colors of #5EBCFF
Black with #5EBCFF
Text Example
Text Example
White with #5EBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCFF; }
p { color: rgb(94,188,255); }
H1.HeaderClassName
{
color: #5EBCFF;
}
.AnyTagClassName
{
color: #5EBCFF;
}
</style>
background-color css
<style>
a { background-color: #5EBCFF; }
a { background-color: rgb(94,188,255); }
div.DivClassName
{
background-color: #5EBCFF;
}
.BgClassName
{
background-color: #5EBCFF;
}
</style>
border-color css
<style>
span { border-color: #5EBCFF; }
span { border-color: rgb(94,188,255); }
td.TdClassName
{
border-color: #5EBCFF;
}
.TagClassName
{
border-color: #5EBCFF;
}
</style>