Shades of Baby Blue #44FDFE
Tints of Baby Blue #44FDFE
RGB
CMYK
RGB Variations
Color information
#44FDFE (or 0x44FDFE) is known color: Baby Blue. HEX triplet: 44, FD and FE. RGB value is (68,253,254). Sum of RGB (Red+Green+Blue) = 68+253+254=575 (76% of max value = 765). Red value is 68 (26.95% from 255 or 11.83% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #44FDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FDFE is #BB0201. Grayscale: #C5C5C5. Windows color (decimal): -12255746 or 16710980. OLE color: 16710980.
HSL color Cylindrical-coordinate representation of color #44FDFE: hue angle of 180.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FDFE is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 253 | 254 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.00 |
| HSL | 180.32º | 0.99% | 0.63% | - |
| HSV(B) | 180.32º | 0.73% | 1% | - |
| XYZ | 55.4 | 78.64 | 106.02 | - |
| YUV | 197.8 | 159.71 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 253 | 254 | 0.73 | 0.00 | 0 | 0.00 | 180.32 | 0.99 | 0.63 |
| Hex | 44 | FD | FE | 49 | 0 | 0 | 0 | B4 | 63 | 3F |
| Octal | 104 | 375 | 376 | 111 | 0 | 0 | 0 | 264 | 143 | 77 |
| Binary | 1000100 | 11111101 | 11111110 | 1001001 | 0 | 0 | 0 | 10110100 | 1100011 | 111111 |
Color Harmonies of #44FDFE
Complementary color
Monochromatic Colors of #44FDFE
Black with #44FDFE
Text Example
Text Example
White with #44FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FDFE; }
p { color: rgb(68,253,254); }
H1.HeaderClassName
{
color: #44FDFE;
}
.AnyTagClassName
{
color: #44FDFE;
}
</style>
background-color css
<style>
a { background-color: #44FDFE; }
a { background-color: rgb(68,253,254); }
div.DivClassName
{
background-color: #44FDFE;
}
.BgClassName
{
background-color: #44FDFE;
}
</style>
border-color css
<style>
span { border-color: #44FDFE; }
span { border-color: rgb(68,253,254); }
td.TdClassName
{
border-color: #44FDFE;
}
.TagClassName
{
border-color: #44FDFE;
}
</style>