Shades of Baby Blue #73FBFF
Tints of Baby Blue #73FBFF
RGB
CMYK
RGB Variations
Color information
#73FBFF (or 0x73FBFF) is known color: Baby Blue. HEX triplet: 73, FB and FF. RGB value is (115,251,255). Sum of RGB (Red+Green+Blue) = 115+251+255=621 (82% of max value = 765). Red value is 115 (45.31% from 255 or 18.52% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #73FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FBFF is #8C0400. Grayscale: #D2D2D2. Windows color (decimal): -9176065 or 16776051. OLE color: 16776051.
HSL color Cylindrical-coordinate representation of color #73FBFF: hue angle of 181.71º 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 #73FBFF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 251 | 255 | - |
| CMYK | 0.55 | 0.02 | 0 | 0 |
| HSL | 181.71º | 1% | 0.73% | - |
| HSV(B) | 181.71º | 0.55% | 1% | - |
| XYZ | 59.62 | 79.86 | 106.88 | - |
| YUV | 210.79 | 152.94 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 255 | 0.55 | 0.02 | 0 | 0 | 181.71 | 1 | 0.73 |
| Hex | 73 | FB | FF | 37 | 2 | 0 | 0 | B6 | 64 | 49 |
| Octal | 163 | 373 | 377 | 67 | 2 | 0 | 0 | 266 | 144 | 111 |
| Binary | 1110011 | 11111011 | 11111111 | 110111 | 10 | 0 | 0 | 10110110 | 1100100 | 1001001 |
Color Harmonies of #73FBFF
Complementary color
Monochromatic Colors of #73FBFF
Black with #73FBFF
Text Example
Text Example
White with #73FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBFF; }
p { color: rgb(115,251,255); }
H1.HeaderClassName
{
color: #73FBFF;
}
.AnyTagClassName
{
color: #73FBFF;
}
</style>
background-color css
<style>
a { background-color: #73FBFF; }
a { background-color: rgb(115,251,255); }
div.DivClassName
{
background-color: #73FBFF;
}
.BgClassName
{
background-color: #73FBFF;
}
</style>
border-color css
<style>
span { border-color: #73FBFF; }
span { border-color: rgb(115,251,255); }
td.TdClassName
{
border-color: #73FBFF;
}
.TagClassName
{
border-color: #73FBFF;
}
</style>