Shades of Baby Blue #73FFFA
Tints of Baby Blue #73FFFA
RGB
CMYK
RGB Variations
Color information
#73FFFA (or 0x73FFFA) is known color: Baby Blue. HEX triplet: 73, FF and FA. RGB value is (115,255,250). Sum of RGB (Red+Green+Blue) = 115+255+250=620 (82% of max value = 765). Red value is 115 (45.31% from 255 or 18.55% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FFFA is #8C0005. Grayscale: #D4D4D4. Windows color (decimal): -9175046 or 16449395. OLE color: 16449395.
HSL color Cylindrical-coordinate representation of color #73FFFA: hue angle of 177.86º 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 #73FFFA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 250 | - |
| CMYK | 0.55 | 0 | 0.02 | 0 |
| HSL | 177.86º | 1% | 0.73% | - |
| HSV(B) | 177.86º | 0.55% | 1% | - |
| XYZ | 60.09 | 82.07 | 103.12 | - |
| YUV | 212.57 | 149.12 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 250 | 0.55 | 0 | 0.02 | 0 | 177.86 | 1 | 0.73 |
| Hex | 73 | FF | FA | 37 | 0 | 2 | 0 | B2 | 64 | 49 |
| Octal | 163 | 377 | 372 | 67 | 0 | 2 | 0 | 262 | 144 | 111 |
| Binary | 1110011 | 11111111 | 11111010 | 110111 | 0 | 10 | 0 | 10110010 | 1100100 | 1001001 |
Color Harmonies of #73FFFA
Complementary color
Monochromatic Colors of #73FFFA
Black with #73FFFA
Text Example
Text Example
White with #73FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FFFA; }
p { color: rgb(115,255,250); }
H1.HeaderClassName
{
color: #73FFFA;
}
.AnyTagClassName
{
color: #73FFFA;
}
</style>
background-color css
<style>
a { background-color: #73FFFA; }
a { background-color: rgb(115,255,250); }
div.DivClassName
{
background-color: #73FFFA;
}
.BgClassName
{
background-color: #73FFFA;
}
</style>
border-color css
<style>
span { border-color: #73FFFA; }
span { border-color: rgb(115,255,250); }
td.TdClassName
{
border-color: #73FFFA;
}
.TagClassName
{
border-color: #73FFFA;
}
</style>