Shades of Baby Blue #73F4EC
Tints of Baby Blue #73F4EC
RGB
CMYK
RGB Variations
Color information
#73F4EC (or 0x73F4EC) is known color: Baby Blue. HEX triplet: 73, F4 and EC. RGB value is (115,244,236). Sum of RGB (Red+Green+Blue) = 115+244+236=595 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.33% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #73F4EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F4EC is #8C0B13. Grayscale: #CCCCCC. Windows color (decimal): -9177876 or 15529075. OLE color: 15529075.
HSL color Cylindrical-coordinate representation of color #73F4EC: hue angle of 176.28º 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 #73F4EC is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 244 | 236 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.04 |
| HSL | 176.28º | 0.85% | 0.7% | - |
| HSV(B) | 176.28º | 0.53% | 0.96% | - |
| XYZ | 54.56 | 74.4 | 90.84 | - |
| YUV | 204.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 244 | 236 | 0.53 | 0 | 0.03 | 0.04 | 176.28 | 0.85 | 0.7 |
| Hex | 73 | F4 | EC | 35 | 0 | 3 | 4 | B0 | 55 | 46 |
| Octal | 163 | 364 | 354 | 65 | 0 | 3 | 4 | 260 | 125 | 106 |
| Binary | 1110011 | 11110100 | 11101100 | 110101 | 0 | 11 | 100 | 10110000 | 1010101 | 1000110 |
Color Harmonies of #73F4EC
Complementary color
Monochromatic Colors of #73F4EC
Black with #73F4EC
Text Example
Text Example
White with #73F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F4EC; }
p { color: rgb(115,244,236); }
H1.HeaderClassName
{
color: #73F4EC;
}
.AnyTagClassName
{
color: #73F4EC;
}
</style>
background-color css
<style>
a { background-color: #73F4EC; }
a { background-color: rgb(115,244,236); }
div.DivClassName
{
background-color: #73F4EC;
}
.BgClassName
{
background-color: #73F4EC;
}
</style>
border-color css
<style>
span { border-color: #73F4EC; }
span { border-color: rgb(115,244,236); }
td.TdClassName
{
border-color: #73F4EC;
}
.TagClassName
{
border-color: #73F4EC;
}
</style>