Shades of Baby Blue #73FBFC
Tints of Baby Blue #73FBFC
RGB
CMYK
RGB Variations
Color information
#73FBFC (or 0x73FBFC) is known color: Baby Blue. HEX triplet: 73, FB and FC. RGB value is (115,251,252). Sum of RGB (Red+Green+Blue) = 115+251+252=618 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.61% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #73FBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FBFC is #8C0403. Grayscale: #D2D2D2. Windows color (decimal): -9176068 or 16579443. OLE color: 16579443.
HSL color Cylindrical-coordinate representation of color #73FBFC: hue angle of 180.44º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FBFC is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 251 | 252 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.01 |
| HSL | 180.44º | 0.96% | 0.72% | - |
| HSV(B) | 180.44º | 0.54% | 0.99% | - |
| XYZ | 59.14 | 79.67 | 104.36 | - |
| YUV | 210.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 252 | 0.54 | 0.00 | 0 | 0.01 | 180.44 | 0.96 | 0.72 |
| Hex | 73 | FB | FC | 36 | 0 | 0 | 1 | B4 | 60 | 48 |
| Octal | 163 | 373 | 374 | 66 | 0 | 0 | 1 | 264 | 140 | 110 |
| Binary | 1110011 | 11111011 | 11111100 | 110110 | 0 | 0 | 1 | 10110100 | 1100000 | 1001000 |
Color Harmonies of #73FBFC
Complementary color
Monochromatic Colors of #73FBFC
Black with #73FBFC
Text Example
Text Example
White with #73FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBFC; }
p { color: rgb(115,251,252); }
H1.HeaderClassName
{
color: #73FBFC;
}
.AnyTagClassName
{
color: #73FBFC;
}
</style>
background-color css
<style>
a { background-color: #73FBFC; }
a { background-color: rgb(115,251,252); }
div.DivClassName
{
background-color: #73FBFC;
}
.BgClassName
{
background-color: #73FBFC;
}
</style>
border-color css
<style>
span { border-color: #73FBFC; }
span { border-color: rgb(115,251,252); }
td.TdClassName
{
border-color: #73FBFC;
}
.TagClassName
{
border-color: #73FBFC;
}
</style>