Shades of Maya Blue #73BEFE
Tints of Maya Blue #73BEFE
RGB
CMYK
RGB Variations
Color information
#73BEFE (or 0x73BEFE) is known color: Maya Blue. HEX triplet: 73, BE and FE. RGB value is (115,190,254). Sum of RGB (Red+Green+Blue) = 115+190+254=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #73BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BEFE is #8C4101. Grayscale: #AEAEAE. Windows color (decimal): -9191682 or 16694899. OLE color: 16694899.
HSL color Cylindrical-coordinate representation of color #73BEFE: hue angle of 207.63º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73BEFE is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 190 | 254 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.00 |
| HSL | 207.63º | 0.99% | 0.72% | - |
| HSV(B) | 207.63º | 0.55% | 1% | - |
| XYZ | 43.37 | 47.63 | 100.67 | - |
| YUV | 174.87 | 172.65 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 254 | 0.55 | 0.25 | 0 | 0.00 | 207.63 | 0.99 | 0.72 |
| Hex | 73 | BE | FE | 37 | 19 | 0 | 0 | D0 | 63 | 48 |
| Octal | 163 | 276 | 376 | 67 | 31 | 0 | 0 | 320 | 143 | 110 |
| Binary | 1110011 | 10111110 | 11111110 | 110111 | 11001 | 0 | 0 | 11010000 | 1100011 | 1001000 |
Color Harmonies of #73BEFE
Complementary color
Monochromatic Colors of #73BEFE
Black with #73BEFE
Text Example
Text Example
White with #73BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEFE; }
p { color: rgb(115,190,254); }
H1.HeaderClassName
{
color: #73BEFE;
}
.AnyTagClassName
{
color: #73BEFE;
}
</style>
background-color css
<style>
a { background-color: #73BEFE; }
a { background-color: rgb(115,190,254); }
div.DivClassName
{
background-color: #73BEFE;
}
.BgClassName
{
background-color: #73BEFE;
}
</style>
border-color css
<style>
span { border-color: #73BEFE; }
span { border-color: rgb(115,190,254); }
td.TdClassName
{
border-color: #73BEFE;
}
.TagClassName
{
border-color: #73BEFE;
}
</style>