Shades of Baby Blue #73FEF6
Tints of Baby Blue #73FEF6
RGB
CMYK
RGB Variations
Color information
#73FEF6 (or 0x73FEF6) is known color: Baby Blue. HEX triplet: 73, FE and F6. RGB value is (115,254,246). Sum of RGB (Red+Green+Blue) = 115+254+246=615 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.70% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FEF6 is #8C0109. Grayscale: #D3D3D3. Windows color (decimal): -9175306 or 16186995. OLE color: 16186995.
HSL color Cylindrical-coordinate representation of color #73FEF6: hue angle of 176.55º 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 #73FEF6 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 246 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.00 |
| HSL | 176.55º | 0.99% | 0.72% | - |
| HSV(B) | 176.55º | 0.55% | 1% | - |
| XYZ | 59.15 | 81.18 | 99.74 | - |
| YUV | 211.53 | 147.45 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 246 | 0.55 | 0 | 0.03 | 0.00 | 176.55 | 0.99 | 0.72 |
| Hex | 73 | FE | F6 | 37 | 0 | 3 | 0 | B1 | 63 | 48 |
| Octal | 163 | 376 | 366 | 67 | 0 | 3 | 0 | 261 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11110110 | 110111 | 0 | 11 | 0 | 10110001 | 1100011 | 1001000 |
Color Harmonies of #73FEF6
Complementary color
Monochromatic Colors of #73FEF6
Black with #73FEF6
Text Example
Text Example
White with #73FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEF6; }
p { color: rgb(115,254,246); }
H1.HeaderClassName
{
color: #73FEF6;
}
.AnyTagClassName
{
color: #73FEF6;
}
</style>
background-color css
<style>
a { background-color: #73FEF6; }
a { background-color: rgb(115,254,246); }
div.DivClassName
{
background-color: #73FEF6;
}
.BgClassName
{
background-color: #73FEF6;
}
</style>
border-color css
<style>
span { border-color: #73FEF6; }
span { border-color: rgb(115,254,246); }
td.TdClassName
{
border-color: #73FEF6;
}
.TagClassName
{
border-color: #73FEF6;
}
</style>