Shades of Maya Blue #73BDFE
Tints of Maya Blue #73BDFE
RGB
CMYK
RGB Variations
Color information
#73BDFE (or 0x73BDFE) is known color: Maya Blue. HEX triplet: 73, BD and FE. RGB value is (115,189,254). Sum of RGB (Red+Green+Blue) = 115+189+254=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #73BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BDFE is #8C4201. Grayscale: #ADADAD. Windows color (decimal): -9191938 or 16694643. OLE color: 16694643.
HSL color Cylindrical-coordinate representation of color #73BDFE: hue angle of 208.06º 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 #73BDFE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 189 | 254 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.00 |
| HSL | 208.06º | 0.99% | 0.72% | - |
| HSV(B) | 208.06º | 0.55% | 1% | - |
| XYZ | 43.16 | 47.2 | 100.6 | - |
| YUV | 174.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 254 | 0.55 | 0.26 | 0 | 0.00 | 208.06 | 0.99 | 0.72 |
| Hex | 73 | BD | FE | 37 | 1A | 0 | 0 | D0 | 63 | 48 |
| Octal | 163 | 275 | 376 | 67 | 32 | 0 | 0 | 320 | 143 | 110 |
| Binary | 1110011 | 10111101 | 11111110 | 110111 | 11010 | 0 | 0 | 11010000 | 1100011 | 1001000 |
Color Harmonies of #73BDFE
Complementary color
Monochromatic Colors of #73BDFE
Black with #73BDFE
Text Example
Text Example
White with #73BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDFE; }
p { color: rgb(115,189,254); }
H1.HeaderClassName
{
color: #73BDFE;
}
.AnyTagClassName
{
color: #73BDFE;
}
</style>
background-color css
<style>
a { background-color: #73BDFE; }
a { background-color: rgb(115,189,254); }
div.DivClassName
{
background-color: #73BDFE;
}
.BgClassName
{
background-color: #73BDFE;
}
</style>
border-color css
<style>
span { border-color: #73BDFE; }
span { border-color: rgb(115,189,254); }
td.TdClassName
{
border-color: #73BDFE;
}
.TagClassName
{
border-color: #73BDFE;
}
</style>