Shades of Baby Blue #73FEEC
Tints of Baby Blue #73FEEC
RGB
CMYK
RGB Variations
Color information
#73FEEC (or 0x73FEEC) is known color: Baby Blue. HEX triplet: 73, FE and EC. RGB value is (115,254,236). Sum of RGB (Red+Green+Blue) = 115+254+236=605 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.01% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FEEC is #8C0113. Grayscale: #D2D2D2. Windows color (decimal): -9175316 or 15531635. OLE color: 15531635.
HSL color Cylindrical-coordinate representation of color #73FEEC: hue angle of 172.23º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FEEC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 236 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.00 |
| HSL | 172.23º | 0.99% | 0.72% | - |
| HSV(B) | 172.23º | 0.55% | 1% | - |
| XYZ | 57.65 | 80.58 | 91.87 | - |
| YUV | 210.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 236 | 0.55 | 0 | 0.07 | 0.00 | 172.23 | 0.99 | 0.72 |
| Hex | 73 | FE | EC | 37 | 0 | 7 | 0 | AC | 63 | 48 |
| Octal | 163 | 376 | 354 | 67 | 0 | 7 | 0 | 254 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11101100 | 110111 | 0 | 111 | 0 | 10101100 | 1100011 | 1001000 |
Color Harmonies of #73FEEC
Complementary color
Monochromatic Colors of #73FEEC
Black with #73FEEC
Text Example
Text Example
White with #73FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEEC; }
p { color: rgb(115,254,236); }
H1.HeaderClassName
{
color: #73FEEC;
}
.AnyTagClassName
{
color: #73FEEC;
}
</style>
background-color css
<style>
a { background-color: #73FEEC; }
a { background-color: rgb(115,254,236); }
div.DivClassName
{
background-color: #73FEEC;
}
.BgClassName
{
background-color: #73FEEC;
}
</style>
border-color css
<style>
span { border-color: #73FEEC; }
span { border-color: rgb(115,254,236); }
td.TdClassName
{
border-color: #73FEEC;
}
.TagClassName
{
border-color: #73FEEC;
}
</style>