Shades of Baby Blue #73FEED
Tints of Baby Blue #73FEED
RGB
CMYK
RGB Variations
Color information
#73FEED (or 0x73FEED) is known color: Baby Blue. HEX triplet: 73, FE and ED. RGB value is (115,254,237). Sum of RGB (Red+Green+Blue) = 115+254+237=606 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.98% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FEED is #8C0112. Grayscale: #D2D2D2. Windows color (decimal): -9175315 or 15597171. OLE color: 15597171.
HSL color Cylindrical-coordinate representation of color #73FEED: hue angle of 172.66º 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 #73FEED is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 237 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.00 |
| HSL | 172.66º | 0.99% | 0.72% | - |
| HSV(B) | 172.66º | 0.55% | 1% | - |
| XYZ | 57.8 | 80.64 | 92.64 | - |
| YUV | 210.5 | 142.95 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 237 | 0.55 | 0 | 0.07 | 0.00 | 172.66 | 0.99 | 0.72 |
| Hex | 73 | FE | ED | 37 | 0 | 7 | 0 | AD | 63 | 48 |
| Octal | 163 | 376 | 355 | 67 | 0 | 7 | 0 | 255 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11101101 | 110111 | 0 | 111 | 0 | 10101101 | 1100011 | 1001000 |
Color Harmonies of #73FEED
Complementary color
Monochromatic Colors of #73FEED
Black with #73FEED
Text Example
Text Example
White with #73FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEED; }
p { color: rgb(115,254,237); }
H1.HeaderClassName
{
color: #73FEED;
}
.AnyTagClassName
{
color: #73FEED;
}
</style>
background-color css
<style>
a { background-color: #73FEED; }
a { background-color: rgb(115,254,237); }
div.DivClassName
{
background-color: #73FEED;
}
.BgClassName
{
background-color: #73FEED;
}
</style>
border-color css
<style>
span { border-color: #73FEED; }
span { border-color: rgb(115,254,237); }
td.TdClassName
{
border-color: #73FEED;
}
.TagClassName
{
border-color: #73FEED;
}
</style>