Shades of Baby Blue #73F3E5
Tints of Baby Blue #73F3E5
RGB
CMYK
RGB Variations
Color information
#73F3E5 (or 0x73F3E5) is known color: Baby Blue. HEX triplet: 73, F3 and E5. RGB value is (115,243,229). Sum of RGB (Red+Green+Blue) = 115+243+229=587 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.59% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #73F3E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F3E5 is #8C0C1A. Grayscale: #CBCBCB. Windows color (decimal): -9178139 or 15070067. OLE color: 15070067.
HSL color Cylindrical-coordinate representation of color #73F3E5: hue angle of 173.44º 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 #73F3E5 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 243 | 229 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.05 |
| HSL | 173.44º | 0.84% | 0.7% | - |
| HSV(B) | 173.44º | 0.53% | 0.95% | - |
| XYZ | 53.26 | 73.4 | 85.49 | - |
| YUV | 203.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 243 | 229 | 0.53 | 0 | 0.06 | 0.05 | 173.44 | 0.84 | 0.7 |
| Hex | 73 | F3 | E5 | 35 | 0 | 6 | 5 | AD | 54 | 46 |
| Octal | 163 | 363 | 345 | 65 | 0 | 6 | 5 | 255 | 124 | 106 |
| Binary | 1110011 | 11110011 | 11100101 | 110101 | 0 | 110 | 101 | 10101101 | 1010100 | 1000110 |
Color Harmonies of #73F3E5
Complementary color
Monochromatic Colors of #73F3E5
Black with #73F3E5
Text Example
Text Example
White with #73F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F3E5; }
p { color: rgb(115,243,229); }
H1.HeaderClassName
{
color: #73F3E5;
}
.AnyTagClassName
{
color: #73F3E5;
}
</style>
background-color css
<style>
a { background-color: #73F3E5; }
a { background-color: rgb(115,243,229); }
div.DivClassName
{
background-color: #73F3E5;
}
.BgClassName
{
background-color: #73F3E5;
}
</style>
border-color css
<style>
span { border-color: #73F3E5; }
span { border-color: rgb(115,243,229); }
td.TdClassName
{
border-color: #73F3E5;
}
.TagClassName
{
border-color: #73F3E5;
}
</style>