Shades of Baby Blue #73FBF2
Tints of Baby Blue #73FBF2
RGB
CMYK
RGB Variations
Color information
#73FBF2 (or 0x73FBF2) is known color: Baby Blue. HEX triplet: 73, FB and F2. RGB value is (115,251,242). Sum of RGB (Red+Green+Blue) = 115+251+242=608 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.91% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FBF2 is #8C040D. Grayscale: #D1D1D1. Windows color (decimal): -9176078 or 15924083. OLE color: 15924083.
HSL color Cylindrical-coordinate representation of color #73FBF2: hue angle of 176.03º degrees, saturation: 0.94, 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 #73FBF2 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 242 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.02 |
| HSL | 176.03º | 0.94% | 0.72% | - |
| HSV(B) | 176.03º | 0.54% | 0.98% | - |
| XYZ | 57.59 | 79.05 | 96.23 | - |
| YUV | 209.31 | 146.44 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 242 | 0.54 | 0 | 0.04 | 0.02 | 176.03 | 0.94 | 0.72 |
| Hex | 73 | FB | F2 | 36 | 0 | 4 | 2 | B0 | 5E | 48 |
| Octal | 163 | 373 | 362 | 66 | 0 | 4 | 2 | 260 | 136 | 110 |
| Binary | 1110011 | 11111011 | 11110010 | 110110 | 0 | 100 | 10 | 10110000 | 1011110 | 1001000 |
Color Harmonies of #73FBF2
Complementary color
Monochromatic Colors of #73FBF2
Black with #73FBF2
Text Example
Text Example
White with #73FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBF2; }
p { color: rgb(115,251,242); }
H1.HeaderClassName
{
color: #73FBF2;
}
.AnyTagClassName
{
color: #73FBF2;
}
</style>
background-color css
<style>
a { background-color: #73FBF2; }
a { background-color: rgb(115,251,242); }
div.DivClassName
{
background-color: #73FBF2;
}
.BgClassName
{
background-color: #73FBF2;
}
</style>
border-color css
<style>
span { border-color: #73FBF2; }
span { border-color: rgb(115,251,242); }
td.TdClassName
{
border-color: #73FBF2;
}
.TagClassName
{
border-color: #73FBF2;
}
</style>