Shades of Baby Blue #73FDEC
Tints of Baby Blue #73FDEC
RGB
CMYK
RGB Variations
Color information
#73FDEC (or 0x73FDEC) is known color: Baby Blue. HEX triplet: 73, FD and EC. RGB value is (115,253,236). Sum of RGB (Red+Green+Blue) = 115+253+236=604 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.04% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FDEC is #8C0213. Grayscale: #D1D1D1. Windows color (decimal): -9175572 or 15531379. OLE color: 15531379.
HSL color Cylindrical-coordinate representation of color #73FDEC: hue angle of 172.61º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FDEC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 236 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.01 |
| HSL | 172.61º | 0.97% | 0.72% | - |
| HSV(B) | 172.61º | 0.55% | 0.99% | - |
| XYZ | 57.34 | 79.95 | 91.77 | - |
| YUV | 209.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 236 | 0.55 | 0 | 0.07 | 0.01 | 172.61 | 0.97 | 0.72 |
| Hex | 73 | FD | EC | 37 | 0 | 7 | 1 | AD | 61 | 48 |
| Octal | 163 | 375 | 354 | 67 | 0 | 7 | 1 | 255 | 141 | 110 |
| Binary | 1110011 | 11111101 | 11101100 | 110111 | 0 | 111 | 1 | 10101101 | 1100001 | 1001000 |
Color Harmonies of #73FDEC
Complementary color
Monochromatic Colors of #73FDEC
Black with #73FDEC
Text Example
Text Example
White with #73FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FDEC; }
p { color: rgb(115,253,236); }
H1.HeaderClassName
{
color: #73FDEC;
}
.AnyTagClassName
{
color: #73FDEC;
}
</style>
background-color css
<style>
a { background-color: #73FDEC; }
a { background-color: rgb(115,253,236); }
div.DivClassName
{
background-color: #73FDEC;
}
.BgClassName
{
background-color: #73FDEC;
}
</style>
border-color css
<style>
span { border-color: #73FDEC; }
span { border-color: rgb(115,253,236); }
td.TdClassName
{
border-color: #73FDEC;
}
.TagClassName
{
border-color: #73FDEC;
}
</style>