Shades of Baby Blue #73FEF7
Tints of Baby Blue #73FEF7
RGB
CMYK
RGB Variations
Color information
#73FEF7 (or 0x73FEF7) is known color: Baby Blue. HEX triplet: 73, FE and F7. RGB value is (115,254,247). Sum of RGB (Red+Green+Blue) = 115+254+247=616 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.67% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FEF7 is #8C0108. Grayscale: #D3D3D3. Windows color (decimal): -9175305 or 16252531. OLE color: 16252531.
HSL color Cylindrical-coordinate representation of color #73FEF7: hue angle of 176.98º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FEF7 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 247 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.00 |
| HSL | 176.98º | 0.99% | 0.72% | - |
| HSV(B) | 176.98º | 0.55% | 1% | - |
| XYZ | 59.3 | 81.24 | 100.55 | - |
| YUV | 211.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 247 | 0.55 | 0 | 0.03 | 0.00 | 176.98 | 0.99 | 0.72 |
| Hex | 73 | FE | F7 | 37 | 0 | 3 | 0 | B1 | 63 | 48 |
| Octal | 163 | 376 | 367 | 67 | 0 | 3 | 0 | 261 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11110111 | 110111 | 0 | 11 | 0 | 10110001 | 1100011 | 1001000 |
Color Harmonies of #73FEF7
Complementary color
Monochromatic Colors of #73FEF7
Black with #73FEF7
Text Example
Text Example
White with #73FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEF7; }
p { color: rgb(115,254,247); }
H1.HeaderClassName
{
color: #73FEF7;
}
.AnyTagClassName
{
color: #73FEF7;
}
</style>
background-color css
<style>
a { background-color: #73FEF7; }
a { background-color: rgb(115,254,247); }
div.DivClassName
{
background-color: #73FEF7;
}
.BgClassName
{
background-color: #73FEF7;
}
</style>
border-color css
<style>
span { border-color: #73FEF7; }
span { border-color: rgb(115,254,247); }
td.TdClassName
{
border-color: #73FEF7;
}
.TagClassName
{
border-color: #73FEF7;
}
</style>