Shades of Baby Blue #44F2F9
Tints of Baby Blue #44F2F9
RGB
CMYK
RGB Variations
Color information
#44F2F9 (or 0x44F2F9) is known color: Baby Blue. HEX triplet: 44, F2 and F9. RGB value is (68,242,249). Sum of RGB (Red+Green+Blue) = 68+242+249=559 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.16% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #44F2F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F2F9 is #BB0D06. Grayscale: #BEBEBE. Windows color (decimal): -12258567 or 16380484. OLE color: 16380484.
HSL color Cylindrical-coordinate representation of color #44F2F9: hue angle of 182.32º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F2F9 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 242 | 249 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.02 |
| HSL | 182.32º | 0.94% | 0.62% | - |
| HSV(B) | 182.32º | 0.73% | 0.98% | - |
| XYZ | 51.23 | 71.57 | 100.74 | - |
| YUV | 190.77 | 160.85 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 249 | 0.73 | 0.03 | 0 | 0.02 | 182.32 | 0.94 | 0.62 |
| Hex | 44 | F2 | F9 | 49 | 3 | 0 | 2 | B6 | 5E | 3E |
| Octal | 104 | 362 | 371 | 111 | 3 | 0 | 2 | 266 | 136 | 76 |
| Binary | 1000100 | 11110010 | 11111001 | 1001001 | 11 | 0 | 10 | 10110110 | 1011110 | 111110 |
Color Harmonies of #44F2F9
Complementary color
Monochromatic Colors of #44F2F9
Black with #44F2F9
Text Example
Text Example
White with #44F2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F2F9; }
p { color: rgb(68,242,249); }
H1.HeaderClassName
{
color: #44F2F9;
}
.AnyTagClassName
{
color: #44F2F9;
}
</style>
background-color css
<style>
a { background-color: #44F2F9; }
a { background-color: rgb(68,242,249); }
div.DivClassName
{
background-color: #44F2F9;
}
.BgClassName
{
background-color: #44F2F9;
}
</style>
border-color css
<style>
span { border-color: #44F2F9; }
span { border-color: rgb(68,242,249); }
td.TdClassName
{
border-color: #44F2F9;
}
.TagClassName
{
border-color: #44F2F9;
}
</style>