Shades of Baby Blue #73FFEA
Tints of Baby Blue #73FFEA
RGB
CMYK
RGB Variations
Color information
#73FFEA (or 0x73FFEA) is known color: Baby Blue. HEX triplet: 73, FF and EA. RGB value is (115,255,234). Sum of RGB (Red+Green+Blue) = 115+255+234=604 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.04% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFEA is #8C0015. Grayscale: #D2D2D2. Windows color (decimal): -9175062 or 15400819. OLE color: 15400819.
HSL color Cylindrical-coordinate representation of color #73FFEA: hue angle of 171º 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 #73FFEA is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 234 | - |
| CMYK | 0.55 | 0 | 0.08 | 0 |
| HSL | 171º | 1% | 0.73% | - |
| HSV(B) | 171º | 0.55% | 1% | - |
| XYZ | 57.68 | 81.11 | 90.46 | - |
| YUV | 210.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 234 | 0.55 | 0 | 0.08 | 0 | 171 | 1 | 0.73 |
| Hex | 73 | FF | EA | 37 | 0 | 8 | 0 | AB | 64 | 49 |
| Octal | 163 | 377 | 352 | 67 | 0 | 10 | 0 | 253 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11101010 | 110111 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001001 |
Color Harmonies of #73FFEA
Complementary color
Monochromatic Colors of #73FFEA
Black with #73FFEA
Text Example
Text Example
White with #73FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFEA; }
p { color: rgb(115,255,234); }
H1.HeaderClassName
{
color: #73FFEA;
}
.AnyTagClassName
{
color: #73FFEA;
}
</style>
background-color css
<style>
a { background-color: #73FFEA; }
a { background-color: rgb(115,255,234); }
div.DivClassName
{
background-color: #73FFEA;
}
.BgClassName
{
background-color: #73FFEA;
}
</style>
border-color css
<style>
span { border-color: #73FFEA; }
span { border-color: rgb(115,255,234); }
td.TdClassName
{
border-color: #73FFEA;
}
.TagClassName
{
border-color: #73FFEA;
}
</style>