Shades of Baby Blue #73FEFD
Tints of Baby Blue #73FEFD
RGB
CMYK
RGB Variations
Color information
#73FEFD (or 0x73FEFD) is known color: Baby Blue. HEX triplet: 73, FE and FD. RGB value is (115,254,253). Sum of RGB (Red+Green+Blue) = 115+254+253=622 (82% of max value = 765). Red value is 115 (45.31% from 255 or 18.49% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FEFD is #8C0102. Grayscale: #D4D4D4. Windows color (decimal): -9175299 or 16645747. OLE color: 16645747.
HSL color Cylindrical-coordinate representation of color #73FEFD: hue angle of 179.57º 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 #73FEFD is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 253 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.00 |
| HSL | 179.57º | 0.99% | 0.72% | - |
| HSV(B) | 179.57º | 0.55% | 1% | - |
| XYZ | 60.24 | 81.62 | 105.51 | - |
| YUV | 212.33 | 150.95 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 253 | 0.55 | 0 | 0.00 | 0.00 | 179.57 | 0.99 | 0.72 |
| Hex | 73 | FE | FD | 37 | 0 | 0 | 0 | B4 | 63 | 48 |
| Octal | 163 | 376 | 375 | 67 | 0 | 0 | 0 | 264 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11111101 | 110111 | 0 | 0 | 0 | 10110100 | 1100011 | 1001000 |
Color Harmonies of #73FEFD
Complementary color
Monochromatic Colors of #73FEFD
Black with #73FEFD
Text Example
Text Example
White with #73FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEFD; }
p { color: rgb(115,254,253); }
H1.HeaderClassName
{
color: #73FEFD;
}
.AnyTagClassName
{
color: #73FEFD;
}
</style>
background-color css
<style>
a { background-color: #73FEFD; }
a { background-color: rgb(115,254,253); }
div.DivClassName
{
background-color: #73FEFD;
}
.BgClassName
{
background-color: #73FEFD;
}
</style>
border-color css
<style>
span { border-color: #73FEFD; }
span { border-color: rgb(115,254,253); }
td.TdClassName
{
border-color: #73FEFD;
}
.TagClassName
{
border-color: #73FEFD;
}
</style>