Shades of Baby Blue #73FFEE
Tints of Baby Blue #73FFEE
RGB
CMYK
RGB Variations
Color information
#73FFEE (or 0x73FFEE) is known color: Baby Blue. HEX triplet: 73, FF and EE. RGB value is (115,255,238). Sum of RGB (Red+Green+Blue) = 115+255+238=608 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.91% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFEE is #8C0011. Grayscale: #D3D3D3. Windows color (decimal): -9175058 or 15662963. OLE color: 15662963.
HSL color Cylindrical-coordinate representation of color #73FFEE: hue angle of 172.71º 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 #73FFEE is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 238 | - |
| CMYK | 0.55 | 0 | 0.07 | 0 |
| HSL | 172.71º | 1% | 0.73% | - |
| HSV(B) | 172.71º | 0.55% | 1% | - |
| XYZ | 58.26 | 81.34 | 93.52 | - |
| YUV | 211.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 238 | 0.55 | 0 | 0.07 | 0 | 172.71 | 1 | 0.73 |
| Hex | 73 | FF | EE | 37 | 0 | 7 | 0 | AD | 64 | 49 |
| Octal | 163 | 377 | 356 | 67 | 0 | 7 | 0 | 255 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11101110 | 110111 | 0 | 111 | 0 | 10101101 | 1100100 | 1001001 |
Color Harmonies of #73FFEE
Complementary color
Monochromatic Colors of #73FFEE
Black with #73FFEE
Text Example
Text Example
White with #73FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFEE; }
p { color: rgb(115,255,238); }
H1.HeaderClassName
{
color: #73FFEE;
}
.AnyTagClassName
{
color: #73FFEE;
}
</style>
background-color css
<style>
a { background-color: #73FFEE; }
a { background-color: rgb(115,255,238); }
div.DivClassName
{
background-color: #73FFEE;
}
.BgClassName
{
background-color: #73FFEE;
}
</style>
border-color css
<style>
span { border-color: #73FFEE; }
span { border-color: rgb(115,255,238); }
td.TdClassName
{
border-color: #73FFEE;
}
.TagClassName
{
border-color: #73FFEE;
}
</style>