Shades of Maya Blue #73BDFD
Tints of Maya Blue #73BDFD
RGB
CMYK
RGB Variations
Color information
#73BDFD (or 0x73BDFD) is known color: Maya Blue. HEX triplet: 73, BD and FD. RGB value is (115,189,253). Sum of RGB (Red+Green+Blue) = 115+189+253=557 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.65% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #73BDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BDFD is #8C4202. Grayscale: #ADADAD. Windows color (decimal): -9191939 or 16629107. OLE color: 16629107.
HSL color Cylindrical-coordinate representation of color #73BDFD: hue angle of 207.83º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73BDFD is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 189 | 253 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.01 |
| HSL | 207.83º | 0.97% | 0.72% | - |
| HSV(B) | 207.83º | 0.55% | 0.99% | - |
| XYZ | 43 | 47.13 | 99.76 | - |
| YUV | 174.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 253 | 0.55 | 0.25 | 0 | 0.01 | 207.83 | 0.97 | 0.72 |
| Hex | 73 | BD | FD | 37 | 19 | 0 | 1 | D0 | 61 | 48 |
| Octal | 163 | 275 | 375 | 67 | 31 | 0 | 1 | 320 | 141 | 110 |
| Binary | 1110011 | 10111101 | 11111101 | 110111 | 11001 | 0 | 1 | 11010000 | 1100001 | 1001000 |
Color Harmonies of #73BDFD
Complementary color
Monochromatic Colors of #73BDFD
Black with #73BDFD
Text Example
Text Example
White with #73BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDFD; }
p { color: rgb(115,189,253); }
H1.HeaderClassName
{
color: #73BDFD;
}
.AnyTagClassName
{
color: #73BDFD;
}
</style>
background-color css
<style>
a { background-color: #73BDFD; }
a { background-color: rgb(115,189,253); }
div.DivClassName
{
background-color: #73BDFD;
}
.BgClassName
{
background-color: #73BDFD;
}
</style>
border-color css
<style>
span { border-color: #73BDFD; }
span { border-color: rgb(115,189,253); }
td.TdClassName
{
border-color: #73BDFD;
}
.TagClassName
{
border-color: #73BDFD;
}
</style>