Shades of Baby Blue #73FDED
Tints of Baby Blue #73FDED
RGB
CMYK
RGB Variations
Color information
#73FDED (or 0x73FDED) is known color: Baby Blue. HEX triplet: 73, FD and ED. RGB value is (115,253,237). Sum of RGB (Red+Green+Blue) = 115+253+237=605 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.01% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FDED is #8C0212. Grayscale: #D1D1D1. Windows color (decimal): -9175571 or 15596915. OLE color: 15596915.
HSL color Cylindrical-coordinate representation of color #73FDED: hue angle of 173.04º 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 #73FDED is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 237 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.01 |
| HSL | 173.04º | 0.97% | 0.72% | - |
| HSV(B) | 173.04º | 0.55% | 0.99% | - |
| XYZ | 57.48 | 80.01 | 92.53 | - |
| YUV | 209.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 237 | 0.55 | 0 | 0.06 | 0.01 | 173.04 | 0.97 | 0.72 |
| Hex | 73 | FD | ED | 37 | 0 | 6 | 1 | AD | 61 | 48 |
| Octal | 163 | 375 | 355 | 67 | 0 | 6 | 1 | 255 | 141 | 110 |
| Binary | 1110011 | 11111101 | 11101101 | 110111 | 0 | 110 | 1 | 10101101 | 1100001 | 1001000 |
Color Harmonies of #73FDED
Complementary color
Monochromatic Colors of #73FDED
Black with #73FDED
Text Example
Text Example
White with #73FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FDED; }
p { color: rgb(115,253,237); }
H1.HeaderClassName
{
color: #73FDED;
}
.AnyTagClassName
{
color: #73FDED;
}
</style>
background-color css
<style>
a { background-color: #73FDED; }
a { background-color: rgb(115,253,237); }
div.DivClassName
{
background-color: #73FDED;
}
.BgClassName
{
background-color: #73FDED;
}
</style>
border-color css
<style>
span { border-color: #73FDED; }
span { border-color: rgb(115,253,237); }
td.TdClassName
{
border-color: #73FDED;
}
.TagClassName
{
border-color: #73FDED;
}
</style>