Shades of Baby Blue #44FDFF
Tints of Baby Blue #44FDFF
RGB
CMYK
RGB Variations
Color information
#44FDFF (or 0x44FDFF) is known color: Baby Blue. HEX triplet: 44, FD and FF. RGB value is (68,253,255). Sum of RGB (Red+Green+Blue) = 68+253+255=576 (76% of max value = 765). Red value is 68 (26.95% from 255 or 11.81% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #44FDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FDFF is #BB0200. Grayscale: #C5C5C5. Windows color (decimal): -12255745 or 16776516. OLE color: 16776516.
HSL color Cylindrical-coordinate representation of color #44FDFF: hue angle of 180.64º 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 #44FDFF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 253 | 255 | - |
| CMYK | 0.73 | 0.01 | 0 | 0 |
| HSL | 180.64º | 1% | 0.63% | - |
| HSV(B) | 180.64º | 0.73% | 1% | - |
| XYZ | 55.56 | 78.7 | 106.87 | - |
| YUV | 197.91 | 160.21 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 253 | 255 | 0.73 | 0.01 | 0 | 0 | 180.64 | 1 | 0.63 |
| Hex | 44 | FD | FF | 49 | 1 | 0 | 0 | B5 | 64 | 3F |
| Octal | 104 | 375 | 377 | 111 | 1 | 0 | 0 | 265 | 144 | 77 |
| Binary | 1000100 | 11111101 | 11111111 | 1001001 | 1 | 0 | 0 | 10110101 | 1100100 | 111111 |
Color Harmonies of #44FDFF
Complementary color
Monochromatic Colors of #44FDFF
Black with #44FDFF
Text Example
Text Example
White with #44FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FDFF; }
p { color: rgb(68,253,255); }
H1.HeaderClassName
{
color: #44FDFF;
}
.AnyTagClassName
{
color: #44FDFF;
}
</style>
background-color css
<style>
a { background-color: #44FDFF; }
a { background-color: rgb(68,253,255); }
div.DivClassName
{
background-color: #44FDFF;
}
.BgClassName
{
background-color: #44FDFF;
}
</style>
border-color css
<style>
span { border-color: #44FDFF; }
span { border-color: rgb(68,253,255); }
td.TdClassName
{
border-color: #44FDFF;
}
.TagClassName
{
border-color: #44FDFF;
}
</style>