Shades of Baby Blue #73F3EC
Tints of Baby Blue #73F3EC
RGB
CMYK
RGB Variations
Color information
#73F3EC (or 0x73F3EC) is known color: Baby Blue. HEX triplet: 73, F3 and EC. RGB value is (115,243,236). Sum of RGB (Red+Green+Blue) = 115+243+236=594 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.36% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #73F3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F3EC is #8C0C13. Grayscale: #CBCBCB. Windows color (decimal): -9178132 or 15528819. OLE color: 15528819.
HSL color Cylindrical-coordinate representation of color #73F3EC: hue angle of 176.72º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F3EC is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 243 | 236 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.05 |
| HSL | 176.72º | 0.84% | 0.7% | - |
| HSV(B) | 176.72º | 0.53% | 0.95% | - |
| XYZ | 54.26 | 73.8 | 90.74 | - |
| YUV | 203.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 243 | 236 | 0.53 | 0 | 0.03 | 0.05 | 176.72 | 0.84 | 0.7 |
| Hex | 73 | F3 | EC | 35 | 0 | 3 | 5 | B1 | 54 | 46 |
| Octal | 163 | 363 | 354 | 65 | 0 | 3 | 5 | 261 | 124 | 106 |
| Binary | 1110011 | 11110011 | 11101100 | 110101 | 0 | 11 | 101 | 10110001 | 1010100 | 1000110 |
Color Harmonies of #73F3EC
Complementary color
Monochromatic Colors of #73F3EC
Black with #73F3EC
Text Example
Text Example
White with #73F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F3EC; }
p { color: rgb(115,243,236); }
H1.HeaderClassName
{
color: #73F3EC;
}
.AnyTagClassName
{
color: #73F3EC;
}
</style>
background-color css
<style>
a { background-color: #73F3EC; }
a { background-color: rgb(115,243,236); }
div.DivClassName
{
background-color: #73F3EC;
}
.BgClassName
{
background-color: #73F3EC;
}
</style>
border-color css
<style>
span { border-color: #73F3EC; }
span { border-color: rgb(115,243,236); }
td.TdClassName
{
border-color: #73F3EC;
}
.TagClassName
{
border-color: #73F3EC;
}
</style>