Shades of Baby Blue #73FEFA
Tints of Baby Blue #73FEFA
RGB
CMYK
RGB Variations
Color information
#73FEFA (or 0x73FEFA) is known color: Baby Blue. HEX triplet: 73, FE and FA. RGB value is (115,254,250). Sum of RGB (Red+Green+Blue) = 115+254+250=619 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.58% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FEFA is #8C0105. Grayscale: #D3D3D3. Windows color (decimal): -9175302 or 16449139. OLE color: 16449139.
HSL color Cylindrical-coordinate representation of color #73FEFA: hue angle of 178.27º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FEFA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 250 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.00 |
| HSL | 178.27º | 0.99% | 0.72% | - |
| HSV(B) | 178.27º | 0.55% | 1% | - |
| XYZ | 59.77 | 81.43 | 103.01 | - |
| YUV | 211.98 | 149.45 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 250 | 0.55 | 0 | 0.02 | 0.00 | 178.27 | 0.99 | 0.72 |
| Hex | 73 | FE | FA | 37 | 0 | 2 | 0 | B2 | 63 | 48 |
| Octal | 163 | 376 | 372 | 67 | 0 | 2 | 0 | 262 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11111010 | 110111 | 0 | 10 | 0 | 10110010 | 1100011 | 1001000 |
Color Harmonies of #73FEFA
Complementary color
Monochromatic Colors of #73FEFA
Black with #73FEFA
Text Example
Text Example
White with #73FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEFA; }
p { color: rgb(115,254,250); }
H1.HeaderClassName
{
color: #73FEFA;
}
.AnyTagClassName
{
color: #73FEFA;
}
</style>
background-color css
<style>
a { background-color: #73FEFA; }
a { background-color: rgb(115,254,250); }
div.DivClassName
{
background-color: #73FEFA;
}
.BgClassName
{
background-color: #73FEFA;
}
</style>
border-color css
<style>
span { border-color: #73FEFA; }
span { border-color: rgb(115,254,250); }
td.TdClassName
{
border-color: #73FEFA;
}
.TagClassName
{
border-color: #73FEFA;
}
</style>