Shades of Baby Blue #73FFF1
Tints of Baby Blue #73FFF1
RGB
CMYK
RGB Variations
Color information
#73FFF1 (or 0x73FFF1) is known color: Baby Blue. HEX triplet: 73, FF and F1. RGB value is (115,255,241). Sum of RGB (Red+Green+Blue) = 115+255+241=611 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.82% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFF1 is #8C000E. Grayscale: #D3D3D3. Windows color (decimal): -9175055 or 15859571. OLE color: 15859571.
HSL color Cylindrical-coordinate representation of color #73FFF1: hue angle of 174º 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 #73FFF1 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 241 | - |
| CMYK | 0.55 | 0 | 0.05 | 0 |
| HSL | 174º | 1% | 0.73% | - |
| HSV(B) | 174º | 0.55% | 1% | - |
| XYZ | 58.71 | 81.52 | 95.86 | - |
| YUV | 211.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 241 | 0.55 | 0 | 0.05 | 0 | 174 | 1 | 0.73 |
| Hex | 73 | FF | F1 | 37 | 0 | 5 | 0 | AE | 64 | 49 |
| Octal | 163 | 377 | 361 | 67 | 0 | 5 | 0 | 256 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11110001 | 110111 | 0 | 101 | 0 | 10101110 | 1100100 | 1001001 |
Color Harmonies of #73FFF1
Complementary color
Monochromatic Colors of #73FFF1
Black with #73FFF1
Text Example
Text Example
White with #73FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFF1; }
p { color: rgb(115,255,241); }
H1.HeaderClassName
{
color: #73FFF1;
}
.AnyTagClassName
{
color: #73FFF1;
}
</style>
background-color css
<style>
a { background-color: #73FFF1; }
a { background-color: rgb(115,255,241); }
div.DivClassName
{
background-color: #73FFF1;
}
.BgClassName
{
background-color: #73FFF1;
}
</style>
border-color css
<style>
span { border-color: #73FFF1; }
span { border-color: rgb(115,255,241); }
td.TdClassName
{
border-color: #73FFF1;
}
.TagClassName
{
border-color: #73FFF1;
}
</style>