Shades of Baby Blue #73FFFE
Tints of Baby Blue #73FFFE
RGB
CMYK
RGB Variations
Color information
#73FFFE (or 0x73FFFE) is known color: Baby Blue. HEX triplet: 73, FF and FE. RGB value is (115,255,254). Sum of RGB (Red+Green+Blue) = 115+255+254=624 (82% of max value = 765). Red value is 115 (45.31% from 255 or 18.43% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFFE is #8C0001. Grayscale: #D4D4D4. Windows color (decimal): -9175042 or 16711539. OLE color: 16711539.
HSL color Cylindrical-coordinate representation of color #73FFFE: hue angle of 179.57º 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 #73FFFE is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 254 | - |
| CMYK | 0.55 | 0 | 0.00 | 0 |
| HSL | 179.57º | 1% | 0.73% | - |
| HSV(B) | 179.57º | 0.55% | 1% | - |
| XYZ | 60.72 | 82.32 | 106.46 | - |
| YUV | 213.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 254 | 0.55 | 0 | 0.00 | 0 | 179.57 | 1 | 0.73 |
| Hex | 73 | FF | FE | 37 | 0 | 0 | 0 | B4 | 64 | 49 |
| Octal | 163 | 377 | 376 | 67 | 0 | 0 | 0 | 264 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11111110 | 110111 | 0 | 0 | 0 | 10110100 | 1100100 | 1001001 |
Color Harmonies of #73FFFE
Complementary color
Monochromatic Colors of #73FFFE
Black with #73FFFE
Text Example
Text Example
White with #73FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFFE; }
p { color: rgb(115,255,254); }
H1.HeaderClassName
{
color: #73FFFE;
}
.AnyTagClassName
{
color: #73FFFE;
}
</style>
background-color css
<style>
a { background-color: #73FFFE; }
a { background-color: rgb(115,255,254); }
div.DivClassName
{
background-color: #73FFFE;
}
.BgClassName
{
background-color: #73FFFE;
}
</style>
border-color css
<style>
span { border-color: #73FFFE; }
span { border-color: rgb(115,255,254); }
td.TdClassName
{
border-color: #73FFFE;
}
.TagClassName
{
border-color: #73FFFE;
}
</style>