Shades of Baby Blue #73FFEB
Tints of Baby Blue #73FFEB
RGB
CMYK
RGB Variations
Color information
#73FFEB (or 0x73FFEB) is known color: Baby Blue. HEX triplet: 73, FF and EB. RGB value is (115,255,235). Sum of RGB (Red+Green+Blue) = 115+255+235=605 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.01% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFEB is #8C0014. Grayscale: #D2D2D2. Windows color (decimal): -9175061 or 15466355. OLE color: 15466355.
HSL color Cylindrical-coordinate representation of color #73FFEB: hue angle of 171.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFEB is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 235 | - |
| CMYK | 0.55 | 0 | 0.08 | 0 |
| HSL | 171.43º | 1% | 0.73% | - |
| HSV(B) | 171.43º | 0.55% | 1% | - |
| XYZ | 57.83 | 81.16 | 91.22 | - |
| YUV | 210.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 235 | 0.55 | 0 | 0.08 | 0 | 171.43 | 1 | 0.73 |
| Hex | 73 | FF | EB | 37 | 0 | 8 | 0 | AB | 64 | 49 |
| Octal | 163 | 377 | 353 | 67 | 0 | 10 | 0 | 253 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11101011 | 110111 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001001 |
Color Harmonies of #73FFEB
Complementary color
Monochromatic Colors of #73FFEB
Black with #73FFEB
Text Example
Text Example
White with #73FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFEB; }
p { color: rgb(115,255,235); }
H1.HeaderClassName
{
color: #73FFEB;
}
.AnyTagClassName
{
color: #73FFEB;
}
</style>
background-color css
<style>
a { background-color: #73FFEB; }
a { background-color: rgb(115,255,235); }
div.DivClassName
{
background-color: #73FFEB;
}
.BgClassName
{
background-color: #73FFEB;
}
</style>
border-color css
<style>
span { border-color: #73FFEB; }
span { border-color: rgb(115,255,235); }
td.TdClassName
{
border-color: #73FFEB;
}
.TagClassName
{
border-color: #73FFEB;
}
</style>