Shades of Maya Blue #5EBEFF
Tints of Maya Blue #5EBEFF
RGB
CMYK
RGB Variations
Color information
#5EBEFF (or 0x5EBEFF) is known color: Maya Blue. HEX triplet: 5E, BE and FF. RGB value is (94,190,255). Sum of RGB (Red+Green+Blue) = 94+190+255=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBEFF is #A14100. Grayscale: #A8A8A8. Windows color (decimal): -10567937 or 16760414. OLE color: 16760414.
HSL color Cylindrical-coordinate representation of color #5EBEFF: hue angle of 204.22º 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 #5EBEFF is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 190 | 255 | - |
| CMYK | 0.63 | 0.25 | 0 | 0 |
| HSL | 204.22º | 1% | 0.68% | - |
| HSV(B) | 204.22º | 0.63% | 1% | - |
| XYZ | 41.08 | 46.43 | 101.4 | - |
| YUV | 168.71 | 176.7 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 190 | 255 | 0.63 | 0.25 | 0 | 0 | 204.22 | 1 | 0.68 |
| Hex | 5E | BE | FF | 3F | 19 | 0 | 0 | CC | 64 | 44 |
| Octal | 136 | 276 | 377 | 77 | 31 | 0 | 0 | 314 | 144 | 104 |
| Binary | 1011110 | 10111110 | 11111111 | 111111 | 11001 | 0 | 0 | 11001100 | 1100100 | 1000100 |
Color Harmonies of #5EBEFF
Complementary color
Monochromatic Colors of #5EBEFF
Black with #5EBEFF
Text Example
Text Example
White with #5EBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBEFF; }
p { color: rgb(94,190,255); }
H1.HeaderClassName
{
color: #5EBEFF;
}
.AnyTagClassName
{
color: #5EBEFF;
}
</style>
background-color css
<style>
a { background-color: #5EBEFF; }
a { background-color: rgb(94,190,255); }
div.DivClassName
{
background-color: #5EBEFF;
}
.BgClassName
{
background-color: #5EBEFF;
}
</style>
border-color css
<style>
span { border-color: #5EBEFF; }
span { border-color: rgb(94,190,255); }
td.TdClassName
{
border-color: #5EBEFF;
}
.TagClassName
{
border-color: #5EBEFF;
}
</style>