Shades of Maya Blue #73C9FE
Tints of Maya Blue #73C9FE
RGB
CMYK
RGB Variations
Color information
#73C9FE (or 0x73C9FE) is known color: Maya Blue. HEX triplet: 73, C9 and FE. RGB value is (115,201,254). Sum of RGB (Red+Green+Blue) = 115+201+254=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #73C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C9FE is #8C3601. Grayscale: #B5B5B5. Windows color (decimal): -9188866 or 16697715. OLE color: 16697715.
HSL color Cylindrical-coordinate representation of color #73C9FE: hue angle of 202.88º 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 #73C9FE is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 201 | 254 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.00 |
| HSL | 202.88º | 0.99% | 0.72% | - |
| HSV(B) | 202.88º | 0.55% | 1% | - |
| XYZ | 45.85 | 52.57 | 101.5 | - |
| YUV | 181.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 254 | 0.55 | 0.21 | 0 | 0.00 | 202.88 | 0.99 | 0.72 |
| Hex | 73 | C9 | FE | 37 | 15 | 0 | 0 | CB | 63 | 48 |
| Octal | 163 | 311 | 376 | 67 | 25 | 0 | 0 | 313 | 143 | 110 |
| Binary | 1110011 | 11001001 | 11111110 | 110111 | 10101 | 0 | 0 | 11001011 | 1100011 | 1001000 |
Color Harmonies of #73C9FE
Complementary color
Monochromatic Colors of #73C9FE
Black with #73C9FE
Text Example
Text Example
White with #73C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C9FE; }
p { color: rgb(115,201,254); }
H1.HeaderClassName
{
color: #73C9FE;
}
.AnyTagClassName
{
color: #73C9FE;
}
</style>
background-color css
<style>
a { background-color: #73C9FE; }
a { background-color: rgb(115,201,254); }
div.DivClassName
{
background-color: #73C9FE;
}
.BgClassName
{
background-color: #73C9FE;
}
</style>
border-color css
<style>
span { border-color: #73C9FE; }
span { border-color: rgb(115,201,254); }
td.TdClassName
{
border-color: #73C9FE;
}
.TagClassName
{
border-color: #73C9FE;
}
</style>