Shades of Baby Blue #44ECFE
Tints of Baby Blue #44ECFE
RGB
CMYK
RGB Variations
Color information
#44ECFE (or 0x44ECFE) is known color: Baby Blue. HEX triplet: 44, EC and FE. RGB value is (68,236,254). Sum of RGB (Red+Green+Blue) = 68+236+254=558 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.19% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #44ECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44ECFE is #BB1301. Grayscale: #BBBBBB. Windows color (decimal): -12260098 or 16706628. OLE color: 16706628.
HSL color Cylindrical-coordinate representation of color #44ECFE: hue angle of 185.81º 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 #44ECFE is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 236 | 254 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.00 |
| HSL | 185.81º | 0.99% | 0.63% | - |
| HSV(B) | 185.81º | 0.73% | 1% | - |
| XYZ | 50.27 | 68.38 | 104.31 | - |
| YUV | 187.82 | 165.34 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 254 | 0.73 | 0.07 | 0 | 0.00 | 185.81 | 0.99 | 0.63 |
| Hex | 44 | EC | FE | 49 | 7 | 0 | 0 | BA | 63 | 3F |
| Octal | 104 | 354 | 376 | 111 | 7 | 0 | 0 | 272 | 143 | 77 |
| Binary | 1000100 | 11101100 | 11111110 | 1001001 | 111 | 0 | 0 | 10111010 | 1100011 | 111111 |
Color Harmonies of #44ECFE
Complementary color
Monochromatic Colors of #44ECFE
Black with #44ECFE
Text Example
Text Example
White with #44ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECFE; }
p { color: rgb(68,236,254); }
H1.HeaderClassName
{
color: #44ECFE;
}
.AnyTagClassName
{
color: #44ECFE;
}
</style>
background-color css
<style>
a { background-color: #44ECFE; }
a { background-color: rgb(68,236,254); }
div.DivClassName
{
background-color: #44ECFE;
}
.BgClassName
{
background-color: #44ECFE;
}
</style>
border-color css
<style>
span { border-color: #44ECFE; }
span { border-color: rgb(68,236,254); }
td.TdClassName
{
border-color: #44ECFE;
}
.TagClassName
{
border-color: #44ECFE;
}
</style>