Shades of Baby Blue #44FFFD
Tints of Baby Blue #44FFFD
RGB
CMYK
RGB Variations
Color information
#44FFFD (or 0x44FFFD) is known color: Baby Blue. HEX triplet: 44, FF and FD. RGB value is (68,255,253). Sum of RGB (Red+Green+Blue) = 68+255+253=576 (76% of max value = 765). Red value is 68 (26.95% from 255 or 11.81% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FFFD is #BB0002. Grayscale: #C6C6C6. Windows color (decimal): -12255235 or 16645956. OLE color: 16645956.
HSL color Cylindrical-coordinate representation of color #44FFFD: hue angle of 179.36º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FFFD is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 253 | - |
| CMYK | 0.73 | 0 | 0.01 | 0 |
| HSL | 179.36º | 1% | 0.63% | - |
| HSV(B) | 179.36º | 0.73% | 1% | - |
| XYZ | 55.87 | 79.84 | 105.39 | - |
| YUV | 198.86 | 158.55 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 253 | 0.73 | 0 | 0.01 | 0 | 179.36 | 1 | 0.63 |
| Hex | 44 | FF | FD | 49 | 0 | 1 | 0 | B3 | 64 | 3F |
| Octal | 104 | 377 | 375 | 111 | 0 | 1 | 0 | 263 | 144 | 77 |
| Binary | 1000100 | 11111111 | 11111101 | 1001001 | 0 | 1 | 0 | 10110011 | 1100100 | 111111 |
Color Harmonies of #44FFFD
Complementary color
Monochromatic Colors of #44FFFD
Black with #44FFFD
Text Example
Text Example
White with #44FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FFFD; }
p { color: rgb(68,255,253); }
H1.HeaderClassName
{
color: #44FFFD;
}
.AnyTagClassName
{
color: #44FFFD;
}
</style>
background-color css
<style>
a { background-color: #44FFFD; }
a { background-color: rgb(68,255,253); }
div.DivClassName
{
background-color: #44FFFD;
}
.BgClassName
{
background-color: #44FFFD;
}
</style>
border-color css
<style>
span { border-color: #44FFFD; }
span { border-color: rgb(68,255,253); }
td.TdClassName
{
border-color: #44FFFD;
}
.TagClassName
{
border-color: #44FFFD;
}
</style>