Shades of Maya Blue #73B8FD
Tints of Maya Blue #73B8FD
RGB
CMYK
RGB Variations
Color information
#73B8FD (or 0x73B8FD) is known color: Maya Blue. HEX triplet: 73, B8 and FD. RGB value is (115,184,253). Sum of RGB (Red+Green+Blue) = 115+184+253=552 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.83% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #73B8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73B8FD is #8C4702. Grayscale: #AAAAAA. Windows color (decimal): -9193219 or 16627827. OLE color: 16627827.
HSL color Cylindrical-coordinate representation of color #73B8FD: hue angle of 210º 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 #73B8FD is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 184 | 253 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.01 |
| HSL | 210º | 0.97% | 0.72% | - |
| HSV(B) | 210º | 0.55% | 0.99% | - |
| XYZ | 41.94 | 45.02 | 99.41 | - |
| YUV | 171.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 253 | 0.55 | 0.27 | 0 | 0.01 | 210 | 0.97 | 0.72 |
| Hex | 73 | B8 | FD | 37 | 1B | 0 | 1 | D2 | 61 | 48 |
| Octal | 163 | 270 | 375 | 67 | 33 | 0 | 1 | 322 | 141 | 110 |
| Binary | 1110011 | 10111000 | 11111101 | 110111 | 11011 | 0 | 1 | 11010010 | 1100001 | 1001000 |
Color Harmonies of #73B8FD
Complementary color
Monochromatic Colors of #73B8FD
Black with #73B8FD
Text Example
Text Example
White with #73B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B8FD; }
p { color: rgb(115,184,253); }
H1.HeaderClassName
{
color: #73B8FD;
}
.AnyTagClassName
{
color: #73B8FD;
}
</style>
background-color css
<style>
a { background-color: #73B8FD; }
a { background-color: rgb(115,184,253); }
div.DivClassName
{
background-color: #73B8FD;
}
.BgClassName
{
background-color: #73B8FD;
}
</style>
border-color css
<style>
span { border-color: #73B8FD; }
span { border-color: rgb(115,184,253); }
td.TdClassName
{
border-color: #73B8FD;
}
.TagClassName
{
border-color: #73B8FD;
}
</style>