Shades of Baby Blue #73F9F9
Tints of Baby Blue #73F9F9
RGB
CMYK
RGB Variations
Color information
#73F9F9 (or 0x73F9F9) is known color: Baby Blue. HEX triplet: 73, F9 and F9. RGB value is (115,249,249). Sum of RGB (Red+Green+Blue) = 115+249+249=613 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.76% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #73F9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F9F9 is #8C0606. Grayscale: #D0D0D0. Windows color (decimal): -9176583 or 16382323. OLE color: 16382323.
HSL color Cylindrical-coordinate representation of color #73F9F9: hue angle of 180º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73F9F9 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 249 | 249 | - |
| CMYK | 0.54 | 0 | 0 | 0.02 |
| HSL | 180º | 0.92% | 0.71% | - |
| HSV(B) | 180º | 0.54% | 0.98% | - |
| XYZ | 58.04 | 78.24 | 101.66 | - |
| YUV | 208.93 | 150.61 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 249 | 249 | 0.54 | 0 | 0 | 0.02 | 180 | 0.92 | 0.71 |
| Hex | 73 | F9 | F9 | 36 | 0 | 0 | 2 | B4 | 5C | 47 |
| Octal | 163 | 371 | 371 | 66 | 0 | 0 | 2 | 264 | 134 | 107 |
| Binary | 1110011 | 11111001 | 11111001 | 110110 | 0 | 0 | 10 | 10110100 | 1011100 | 1000111 |
Color Harmonies of #73F9F9
Complementary color
Monochromatic Colors of #73F9F9
Black with #73F9F9
Text Example
Text Example
White with #73F9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F9F9; }
p { color: rgb(115,249,249); }
H1.HeaderClassName
{
color: #73F9F9;
}
.AnyTagClassName
{
color: #73F9F9;
}
</style>
background-color css
<style>
a { background-color: #73F9F9; }
a { background-color: rgb(115,249,249); }
div.DivClassName
{
background-color: #73F9F9;
}
.BgClassName
{
background-color: #73F9F9;
}
</style>
border-color css
<style>
span { border-color: #73F9F9; }
span { border-color: rgb(115,249,249); }
td.TdClassName
{
border-color: #73F9F9;
}
.TagClassName
{
border-color: #73F9F9;
}
</style>