Shades of Maya Blue #73CEF4
Tints of Maya Blue #73CEF4
RGB
CMYK
RGB Variations
Color information
#73CEF4 (or 0x73CEF4) is known color: Maya Blue. HEX triplet: 73, CE and F4. RGB value is (115,206,244). Sum of RGB (Red+Green+Blue) = 115+206+244=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #73CEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CEF4 is #8C310B. Grayscale: #B6B6B6. Windows color (decimal): -9187596 or 16043635. OLE color: 16043635.
HSL color Cylindrical-coordinate representation of color #73CEF4: hue angle of 197.67º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73CEF4 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 206 | 244 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.04 |
| HSL | 197.67º | 0.85% | 0.7% | - |
| HSV(B) | 197.67º | 0.53% | 0.96% | - |
| XYZ | 45.47 | 54.32 | 93.68 | - |
| YUV | 183.12 | 162.35 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 244 | 0.53 | 0.16 | 0 | 0.04 | 197.67 | 0.85 | 0.7 |
| Hex | 73 | CE | F4 | 35 | 10 | 0 | 4 | C6 | 55 | 46 |
| Octal | 163 | 316 | 364 | 65 | 20 | 0 | 4 | 306 | 125 | 106 |
| Binary | 1110011 | 11001110 | 11110100 | 110101 | 10000 | 0 | 100 | 11000110 | 1010101 | 1000110 |
Color Harmonies of #73CEF4
Complementary color
Monochromatic Colors of #73CEF4
Black with #73CEF4
Text Example
Text Example
White with #73CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEF4; }
p { color: rgb(115,206,244); }
H1.HeaderClassName
{
color: #73CEF4;
}
.AnyTagClassName
{
color: #73CEF4;
}
</style>
background-color css
<style>
a { background-color: #73CEF4; }
a { background-color: rgb(115,206,244); }
div.DivClassName
{
background-color: #73CEF4;
}
.BgClassName
{
background-color: #73CEF4;
}
</style>
border-color css
<style>
span { border-color: #73CEF4; }
span { border-color: rgb(115,206,244); }
td.TdClassName
{
border-color: #73CEF4;
}
.TagClassName
{
border-color: #73CEF4;
}
</style>