Shades of Baby Blue #44EFFE
Tints of Baby Blue #44EFFE
RGB
CMYK
RGB Variations
Color information
#44EFFE (or 0x44EFFE) is known color: Baby Blue. HEX triplet: 44, EF and FE. RGB value is (68,239,254). Sum of RGB (Red+Green+Blue) = 68+239+254=561 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.12% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #44EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EFFE is #BB1001. Grayscale: #BDBDBD. Windows color (decimal): -12259330 or 16707396. OLE color: 16707396.
HSL color Cylindrical-coordinate representation of color #44EFFE: hue angle of 184.84º 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 #44EFFE is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 239 | 254 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.00 |
| HSL | 184.84º | 0.99% | 0.63% | - |
| HSV(B) | 184.84º | 0.73% | 1% | - |
| XYZ | 51.14 | 70.12 | 104.6 | - |
| YUV | 189.58 | 164.35 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 254 | 0.73 | 0.06 | 0 | 0.00 | 184.84 | 0.99 | 0.63 |
| Hex | 44 | EF | FE | 49 | 6 | 0 | 0 | B9 | 63 | 3F |
| Octal | 104 | 357 | 376 | 111 | 6 | 0 | 0 | 271 | 143 | 77 |
| Binary | 1000100 | 11101111 | 11111110 | 1001001 | 110 | 0 | 0 | 10111001 | 1100011 | 111111 |
Color Harmonies of #44EFFE
Complementary color
Monochromatic Colors of #44EFFE
Black with #44EFFE
Text Example
Text Example
White with #44EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EFFE; }
p { color: rgb(68,239,254); }
H1.HeaderClassName
{
color: #44EFFE;
}
.AnyTagClassName
{
color: #44EFFE;
}
</style>
background-color css
<style>
a { background-color: #44EFFE; }
a { background-color: rgb(68,239,254); }
div.DivClassName
{
background-color: #44EFFE;
}
.BgClassName
{
background-color: #44EFFE;
}
</style>
border-color css
<style>
span { border-color: #44EFFE; }
span { border-color: rgb(68,239,254); }
td.TdClassName
{
border-color: #44EFFE;
}
.TagClassName
{
border-color: #44EFFE;
}
</style>