Shades of Baby Blue #73FBE8
Tints of Baby Blue #73FBE8
RGB
CMYK
RGB Variations
Color information
#73FBE8 (or 0x73FBE8) is known color: Baby Blue. HEX triplet: 73, FB and E8. RGB value is (115,251,232). Sum of RGB (Red+Green+Blue) = 115+251+232=598 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.23% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FBE8 is #8C0417. Grayscale: #D0D0D0. Windows color (decimal): -9176088 or 15268723. OLE color: 15268723.
HSL color Cylindrical-coordinate representation of color #73FBE8: hue angle of 171.62º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FBE8 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 232 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.02 |
| HSL | 171.62º | 0.94% | 0.72% | - |
| HSV(B) | 171.62º | 0.54% | 0.98% | - |
| XYZ | 56.13 | 78.47 | 88.53 | - |
| YUV | 208.17 | 141.44 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 232 | 0.54 | 0 | 0.08 | 0.02 | 171.62 | 0.94 | 0.72 |
| Hex | 73 | FB | E8 | 36 | 0 | 8 | 2 | AC | 5E | 48 |
| Octal | 163 | 373 | 350 | 66 | 0 | 10 | 2 | 254 | 136 | 110 |
| Binary | 1110011 | 11111011 | 11101000 | 110110 | 0 | 1000 | 10 | 10101100 | 1011110 | 1001000 |
Color Harmonies of #73FBE8
Complementary color
Monochromatic Colors of #73FBE8
Black with #73FBE8
Text Example
Text Example
White with #73FBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBE8; }
p { color: rgb(115,251,232); }
H1.HeaderClassName
{
color: #73FBE8;
}
.AnyTagClassName
{
color: #73FBE8;
}
</style>
background-color css
<style>
a { background-color: #73FBE8; }
a { background-color: rgb(115,251,232); }
div.DivClassName
{
background-color: #73FBE8;
}
.BgClassName
{
background-color: #73FBE8;
}
</style>
border-color css
<style>
span { border-color: #73FBE8; }
span { border-color: rgb(115,251,232); }
td.TdClassName
{
border-color: #73FBE8;
}
.TagClassName
{
border-color: #73FBE8;
}
</style>