Shades of Maya Blue #73C7FE
Tints of Maya Blue #73C7FE
RGB
CMYK
RGB Variations
Color information
#73C7FE (or 0x73C7FE) is known color: Maya Blue. HEX triplet: 73, C7 and FE. RGB value is (115,199,254). Sum of RGB (Red+Green+Blue) = 115+199+254=568 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.25% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #73C7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C7FE is #8C3801. Grayscale: #B3B3B3. Windows color (decimal): -9189378 or 16697203. OLE color: 16697203.
HSL color Cylindrical-coordinate representation of color #73C7FE: hue angle of 203.74º 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 #73C7FE is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 199 | 254 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.00 |
| HSL | 203.74º | 0.99% | 0.72% | - |
| HSV(B) | 203.74º | 0.55% | 1% | - |
| XYZ | 45.38 | 51.65 | 101.34 | - |
| YUV | 180.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 199 | 254 | 0.55 | 0.22 | 0 | 0.00 | 203.74 | 0.99 | 0.72 |
| Hex | 73 | C7 | FE | 37 | 16 | 0 | 0 | CC | 63 | 48 |
| Octal | 163 | 307 | 376 | 67 | 26 | 0 | 0 | 314 | 143 | 110 |
| Binary | 1110011 | 11000111 | 11111110 | 110111 | 10110 | 0 | 0 | 11001100 | 1100011 | 1001000 |
Color Harmonies of #73C7FE
Complementary color
Monochromatic Colors of #73C7FE
Black with #73C7FE
Text Example
Text Example
White with #73C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C7FE; }
p { color: rgb(115,199,254); }
H1.HeaderClassName
{
color: #73C7FE;
}
.AnyTagClassName
{
color: #73C7FE;
}
</style>
background-color css
<style>
a { background-color: #73C7FE; }
a { background-color: rgb(115,199,254); }
div.DivClassName
{
background-color: #73C7FE;
}
.BgClassName
{
background-color: #73C7FE;
}
</style>
border-color css
<style>
span { border-color: #73C7FE; }
span { border-color: rgb(115,199,254); }
td.TdClassName
{
border-color: #73C7FE;
}
.TagClassName
{
border-color: #73C7FE;
}
</style>