Shades of Baby Blue #73FBF0
Tints of Baby Blue #73FBF0
RGB
CMYK
RGB Variations
Color information
#73FBF0 (or 0x73FBF0) is known color: Baby Blue. HEX triplet: 73, FB and F0. RGB value is (115,251,240). Sum of RGB (Red+Green+Blue) = 115+251+240=606 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.98% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FBF0 is #8C040F. Grayscale: #D0D0D0. Windows color (decimal): -9176080 or 15793011. OLE color: 15793011.
HSL color Cylindrical-coordinate representation of color #73FBF0: hue angle of 175.15º 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 #73FBF0 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 240 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.02 |
| HSL | 175.15º | 0.94% | 0.72% | - |
| HSV(B) | 175.15º | 0.54% | 0.98% | - |
| XYZ | 57.3 | 78.93 | 94.65 | - |
| YUV | 209.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 240 | 0.54 | 0 | 0.04 | 0.02 | 175.15 | 0.94 | 0.72 |
| Hex | 73 | FB | F0 | 36 | 0 | 4 | 2 | AF | 5E | 48 |
| Octal | 163 | 373 | 360 | 66 | 0 | 4 | 2 | 257 | 136 | 110 |
| Binary | 1110011 | 11111011 | 11110000 | 110110 | 0 | 100 | 10 | 10101111 | 1011110 | 1001000 |
Color Harmonies of #73FBF0
Complementary color
Monochromatic Colors of #73FBF0
Black with #73FBF0
Text Example
Text Example
White with #73FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBF0; }
p { color: rgb(115,251,240); }
H1.HeaderClassName
{
color: #73FBF0;
}
.AnyTagClassName
{
color: #73FBF0;
}
</style>
background-color css
<style>
a { background-color: #73FBF0; }
a { background-color: rgb(115,251,240); }
div.DivClassName
{
background-color: #73FBF0;
}
.BgClassName
{
background-color: #73FBF0;
}
</style>
border-color css
<style>
span { border-color: #73FBF0; }
span { border-color: rgb(115,251,240); }
td.TdClassName
{
border-color: #73FBF0;
}
.TagClassName
{
border-color: #73FBF0;
}
</style>