Shades of Baby Blue #73FAFE
Tints of Baby Blue #73FAFE
RGB
CMYK
RGB Variations
Color information
#73FAFE (or 0x73FAFE) is known color: Baby Blue. HEX triplet: 73, FA and FE. RGB value is (115,250,254). Sum of RGB (Red+Green+Blue) = 115+250+254=619 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.58% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #73FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FAFE is #8C0501. Grayscale: #D1D1D1. Windows color (decimal): -9176322 or 16710259. OLE color: 16710259.
HSL color Cylindrical-coordinate representation of color #73FAFE: hue angle of 181.73º 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 #73FAFE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 250 | 254 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.00 |
| HSL | 181.73º | 0.99% | 0.72% | - |
| HSV(B) | 181.73º | 0.55% | 1% | - |
| XYZ | 59.15 | 79.17 | 105.93 | - |
| YUV | 210.09 | 152.77 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 254 | 0.55 | 0.02 | 0 | 0.00 | 181.73 | 0.99 | 0.72 |
| Hex | 73 | FA | FE | 37 | 2 | 0 | 0 | B6 | 63 | 48 |
| Octal | 163 | 372 | 376 | 67 | 2 | 0 | 0 | 266 | 143 | 110 |
| Binary | 1110011 | 11111010 | 11111110 | 110111 | 10 | 0 | 0 | 10110110 | 1100011 | 1001000 |
Color Harmonies of #73FAFE
Complementary color
Monochromatic Colors of #73FAFE
Black with #73FAFE
Text Example
Text Example
White with #73FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FAFE; }
p { color: rgb(115,250,254); }
H1.HeaderClassName
{
color: #73FAFE;
}
.AnyTagClassName
{
color: #73FAFE;
}
</style>
background-color css
<style>
a { background-color: #73FAFE; }
a { background-color: rgb(115,250,254); }
div.DivClassName
{
background-color: #73FAFE;
}
.BgClassName
{
background-color: #73FAFE;
}
</style>
border-color css
<style>
span { border-color: #73FAFE; }
span { border-color: rgb(115,250,254); }
td.TdClassName
{
border-color: #73FAFE;
}
.TagClassName
{
border-color: #73FAFE;
}
</style>