Shades of Maya Blue #73CEFF
Tints of Maya Blue #73CEFF
RGB
CMYK
RGB Variations
Color information
#73CEFF (or 0x73CEFF) is known color: Maya Blue. HEX triplet: 73, CE and FF. RGB value is (115,206,255). Sum of RGB (Red+Green+Blue) = 115+206+255=576 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.97% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #73CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CEFF is #8C3100. Grayscale: #B8B8B8. Windows color (decimal): -9187585 or 16764531. OLE color: 16764531.
HSL color Cylindrical-coordinate representation of color #73CEFF: hue angle of 201º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73CEFF is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 206 | 255 | - |
| CMYK | 0.55 | 0.19 | 0 | 0 |
| HSL | 201º | 1% | 0.73% | - |
| HSV(B) | 201º | 0.55% | 1% | - |
| XYZ | 47.19 | 55.01 | 102.74 | - |
| YUV | 184.38 | 167.85 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 255 | 0.55 | 0.19 | 0 | 0 | 201 | 1 | 0.73 |
| Hex | 73 | CE | FF | 37 | 13 | 0 | 0 | C9 | 64 | 49 |
| Octal | 163 | 316 | 377 | 67 | 23 | 0 | 0 | 311 | 144 | 111 |
| Binary | 1110011 | 11001110 | 11111111 | 110111 | 10011 | 0 | 0 | 11001001 | 1100100 | 1001001 |
Color Harmonies of #73CEFF
Complementary color
Monochromatic Colors of #73CEFF
Black with #73CEFF
Text Example
Text Example
White with #73CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEFF; }
p { color: rgb(115,206,255); }
H1.HeaderClassName
{
color: #73CEFF;
}
.AnyTagClassName
{
color: #73CEFF;
}
</style>
background-color css
<style>
a { background-color: #73CEFF; }
a { background-color: rgb(115,206,255); }
div.DivClassName
{
background-color: #73CEFF;
}
.BgClassName
{
background-color: #73CEFF;
}
</style>
border-color css
<style>
span { border-color: #73CEFF; }
span { border-color: rgb(115,206,255); }
td.TdClassName
{
border-color: #73CEFF;
}
.TagClassName
{
border-color: #73CEFF;
}
</style>