Shades of Maya Blue #73BBFE
Tints of Maya Blue #73BBFE
RGB
CMYK
RGB Variations
Color information
#73BBFE (or 0x73BBFE) is known color: Maya Blue. HEX triplet: 73, BB and FE. RGB value is (115,187,254). Sum of RGB (Red+Green+Blue) = 115+187+254=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #73BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BBFE is #8C4401. Grayscale: #ACACAC. Windows color (decimal): -9192450 or 16694131. OLE color: 16694131.
HSL color Cylindrical-coordinate representation of color #73BBFE: hue angle of 208.92º 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 #73BBFE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 187 | 254 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.00 |
| HSL | 208.92º | 0.99% | 0.72% | - |
| HSV(B) | 208.92º | 0.55% | 1% | - |
| XYZ | 42.73 | 46.34 | 100.46 | - |
| YUV | 173.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 254 | 0.55 | 0.26 | 0 | 0.00 | 208.92 | 0.99 | 0.72 |
| Hex | 73 | BB | FE | 37 | 1A | 0 | 0 | D1 | 63 | 48 |
| Octal | 163 | 273 | 376 | 67 | 32 | 0 | 0 | 321 | 143 | 110 |
| Binary | 1110011 | 10111011 | 11111110 | 110111 | 11010 | 0 | 0 | 11010001 | 1100011 | 1001000 |
Color Harmonies of #73BBFE
Complementary color
Monochromatic Colors of #73BBFE
Black with #73BBFE
Text Example
Text Example
White with #73BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BBFE; }
p { color: rgb(115,187,254); }
H1.HeaderClassName
{
color: #73BBFE;
}
.AnyTagClassName
{
color: #73BBFE;
}
</style>
background-color css
<style>
a { background-color: #73BBFE; }
a { background-color: rgb(115,187,254); }
div.DivClassName
{
background-color: #73BBFE;
}
.BgClassName
{
background-color: #73BBFE;
}
</style>
border-color css
<style>
span { border-color: #73BBFE; }
span { border-color: rgb(115,187,254); }
td.TdClassName
{
border-color: #73BBFE;
}
.TagClassName
{
border-color: #73BBFE;
}
</style>