Shades of Maya Blue #5EBCFC
Tints of Maya Blue #5EBCFC
RGB
CMYK
RGB Variations
Color information
#5EBCFC (or 0x5EBCFC) is known color: Maya Blue. HEX triplet: 5E, BC and FC. RGB value is (94,188,252). Sum of RGB (Red+Green+Blue) = 94+188+252=534 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.60% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #5EBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EBCFC is #A14303. Grayscale: #A6A6A6. Windows color (decimal): -10568452 or 16563294. OLE color: 16563294.
HSL color Cylindrical-coordinate representation of color #5EBCFC: hue angle of 204.3º 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 #5EBCFC is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 188 | 252 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.01 |
| HSL | 204.3º | 0.96% | 0.68% | - |
| HSV(B) | 204.3º | 0.63% | 0.99% | - |
| XYZ | 40.17 | 45.37 | 98.74 | - |
| YUV | 167.19 | 175.86 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 252 | 0.63 | 0.25 | 0 | 0.01 | 204.3 | 0.96 | 0.68 |
| Hex | 5E | BC | FC | 3F | 19 | 0 | 1 | CC | 60 | 44 |
| Octal | 136 | 274 | 374 | 77 | 31 | 0 | 1 | 314 | 140 | 104 |
| Binary | 1011110 | 10111100 | 11111100 | 111111 | 11001 | 0 | 1 | 11001100 | 1100000 | 1000100 |
Color Harmonies of #5EBCFC
Complementary color
Monochromatic Colors of #5EBCFC
Black with #5EBCFC
Text Example
Text Example
White with #5EBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCFC; }
p { color: rgb(94,188,252); }
H1.HeaderClassName
{
color: #5EBCFC;
}
.AnyTagClassName
{
color: #5EBCFC;
}
</style>
background-color css
<style>
a { background-color: #5EBCFC; }
a { background-color: rgb(94,188,252); }
div.DivClassName
{
background-color: #5EBCFC;
}
.BgClassName
{
background-color: #5EBCFC;
}
</style>
border-color css
<style>
span { border-color: #5EBCFC; }
span { border-color: rgb(94,188,252); }
td.TdClassName
{
border-color: #5EBCFC;
}
.TagClassName
{
border-color: #5EBCFC;
}
</style>