Shades of Baby Blue #73FFED
Tints of Baby Blue #73FFED
RGB
CMYK
RGB Variations
Color information
#73FFED (or 0x73FFED) is known color: Baby Blue. HEX triplet: 73, FF and ED. RGB value is (115,255,237). Sum of RGB (Red+Green+Blue) = 115+255+237=607 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.95% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFED is #8C0012. Grayscale: #D3D3D3. Windows color (decimal): -9175059 or 15597427. OLE color: 15597427.
HSL color Cylindrical-coordinate representation of color #73FFED: hue angle of 172.29º 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 #73FFED is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 237 | - |
| CMYK | 0.55 | 0 | 0.07 | 0 |
| HSL | 172.29º | 1% | 0.73% | - |
| HSV(B) | 172.29º | 0.55% | 1% | - |
| XYZ | 58.12 | 81.28 | 92.75 | - |
| YUV | 211.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 237 | 0.55 | 0 | 0.07 | 0 | 172.29 | 1 | 0.73 |
| Hex | 73 | FF | ED | 37 | 0 | 7 | 0 | AC | 64 | 49 |
| Octal | 163 | 377 | 355 | 67 | 0 | 7 | 0 | 254 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11101101 | 110111 | 0 | 111 | 0 | 10101100 | 1100100 | 1001001 |
Color Harmonies of #73FFED
Complementary color
Monochromatic Colors of #73FFED
Black with #73FFED
Text Example
Text Example
White with #73FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFED; }
p { color: rgb(115,255,237); }
H1.HeaderClassName
{
color: #73FFED;
}
.AnyTagClassName
{
color: #73FFED;
}
</style>
background-color css
<style>
a { background-color: #73FFED; }
a { background-color: rgb(115,255,237); }
div.DivClassName
{
background-color: #73FFED;
}
.BgClassName
{
background-color: #73FFED;
}
</style>
border-color css
<style>
span { border-color: #73FFED; }
span { border-color: rgb(115,255,237); }
td.TdClassName
{
border-color: #73FFED;
}
.TagClassName
{
border-color: #73FFED;
}
</style>