Shades of Baby Blue #73FCED
Tints of Baby Blue #73FCED
RGB
CMYK
RGB Variations
Color information
#73FCED (or 0x73FCED) is known color: Baby Blue. HEX triplet: 73, FC and ED. RGB value is (115,252,237). Sum of RGB (Red+Green+Blue) = 115+252+237=604 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.04% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FCED is #8C0312. Grayscale: #D1D1D1. Windows color (decimal): -9175827 or 15596659. OLE color: 15596659.
HSL color Cylindrical-coordinate representation of color #73FCED: hue angle of 173.43º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCED is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 237 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.01 |
| HSL | 173.43º | 0.96% | 0.72% | - |
| HSV(B) | 173.43º | 0.54% | 0.99% | - |
| XYZ | 57.17 | 79.38 | 92.43 | - |
| YUV | 209.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 237 | 0.54 | 0 | 0.06 | 0.01 | 173.43 | 0.96 | 0.72 |
| Hex | 73 | FC | ED | 36 | 0 | 6 | 1 | AD | 60 | 48 |
| Octal | 163 | 374 | 355 | 66 | 0 | 6 | 1 | 255 | 140 | 110 |
| Binary | 1110011 | 11111100 | 11101101 | 110110 | 0 | 110 | 1 | 10101101 | 1100000 | 1001000 |
Color Harmonies of #73FCED
Complementary color
Monochromatic Colors of #73FCED
Black with #73FCED
Text Example
Text Example
White with #73FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCED; }
p { color: rgb(115,252,237); }
H1.HeaderClassName
{
color: #73FCED;
}
.AnyTagClassName
{
color: #73FCED;
}
</style>
background-color css
<style>
a { background-color: #73FCED; }
a { background-color: rgb(115,252,237); }
div.DivClassName
{
background-color: #73FCED;
}
.BgClassName
{
background-color: #73FCED;
}
</style>
border-color css
<style>
span { border-color: #73FCED; }
span { border-color: rgb(115,252,237); }
td.TdClassName
{
border-color: #73FCED;
}
.TagClassName
{
border-color: #73FCED;
}
</style>