Shades of Baby Blue #73FAF1
Tints of Baby Blue #73FAF1
RGB
CMYK
RGB Variations
Color information
#73FAF1 (or 0x73FAF1) is known color: Baby Blue. HEX triplet: 73, FA and F1. RGB value is (115,250,241). Sum of RGB (Red+Green+Blue) = 115+250+241=606 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.98% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FAF1 is #8C050E. Grayscale: #D0D0D0. Windows color (decimal): -9176335 or 15858291. OLE color: 15858291.
HSL color Cylindrical-coordinate representation of color #73FAF1: hue angle of 176º degrees, saturation: 0.93, 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 #73FAF1 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 241 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.02 |
| HSL | 176º | 0.93% | 0.72% | - |
| HSV(B) | 176º | 0.54% | 0.98% | - |
| XYZ | 57.13 | 78.37 | 95.33 | - |
| YUV | 208.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 241 | 0.54 | 0 | 0.04 | 0.02 | 176 | 0.93 | 0.72 |
| Hex | 73 | FA | F1 | 36 | 0 | 4 | 2 | B0 | 5D | 48 |
| Octal | 163 | 372 | 361 | 66 | 0 | 4 | 2 | 260 | 135 | 110 |
| Binary | 1110011 | 11111010 | 11110001 | 110110 | 0 | 100 | 10 | 10110000 | 1011101 | 1001000 |
Color Harmonies of #73FAF1
Complementary color
Monochromatic Colors of #73FAF1
Black with #73FAF1
Text Example
Text Example
White with #73FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FAF1; }
p { color: rgb(115,250,241); }
H1.HeaderClassName
{
color: #73FAF1;
}
.AnyTagClassName
{
color: #73FAF1;
}
</style>
background-color css
<style>
a { background-color: #73FAF1; }
a { background-color: rgb(115,250,241); }
div.DivClassName
{
background-color: #73FAF1;
}
.BgClassName
{
background-color: #73FAF1;
}
</style>
border-color css
<style>
span { border-color: #73FAF1; }
span { border-color: rgb(115,250,241); }
td.TdClassName
{
border-color: #73FAF1;
}
.TagClassName
{
border-color: #73FAF1;
}
</style>