Shades of Maya Blue #73C8EF
Tints of Maya Blue #73C8EF
RGB
CMYK
RGB Variations
Color information
#73C8EF (or 0x73C8EF) is known color: Maya Blue. HEX triplet: 73, C8 and EF. RGB value is (115,200,239). Sum of RGB (Red+Green+Blue) = 115+200+239=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #73C8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C8EF is #8C3710. Grayscale: #B2B2B2. Windows color (decimal): -9189137 or 15714419. OLE color: 15714419.
HSL color Cylindrical-coordinate representation of color #73C8EF: hue angle of 198.87º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73C8EF is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 200 | 239 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.06 |
| HSL | 198.87º | 0.79% | 0.69% | - |
| HSV(B) | 198.87º | 0.52% | 0.94% | - |
| XYZ | 43.3 | 51.19 | 89.26 | - |
| YUV | 179.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 200 | 239 | 0.52 | 0.16 | 0 | 0.06 | 198.87 | 0.79 | 0.69 |
| Hex | 73 | C8 | EF | 34 | 10 | 0 | 6 | C7 | 4F | 45 |
| Octal | 163 | 310 | 357 | 64 | 20 | 0 | 6 | 307 | 117 | 105 |
| Binary | 1110011 | 11001000 | 11101111 | 110100 | 10000 | 0 | 110 | 11000111 | 1001111 | 1000101 |
Color Harmonies of #73C8EF
Complementary color
Monochromatic Colors of #73C8EF
Black with #73C8EF
Text Example
Text Example
White with #73C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C8EF; }
p { color: rgb(115,200,239); }
H1.HeaderClassName
{
color: #73C8EF;
}
.AnyTagClassName
{
color: #73C8EF;
}
</style>
background-color css
<style>
a { background-color: #73C8EF; }
a { background-color: rgb(115,200,239); }
div.DivClassName
{
background-color: #73C8EF;
}
.BgClassName
{
background-color: #73C8EF;
}
</style>
border-color css
<style>
span { border-color: #73C8EF; }
span { border-color: rgb(115,200,239); }
td.TdClassName
{
border-color: #73C8EF;
}
.TagClassName
{
border-color: #73C8EF;
}
</style>