Shades of Baby Blue #44EFFF
Tints of Baby Blue #44EFFF
RGB
CMYK
RGB Variations
Color information
#44EFFF (or 0x44EFFF) is known color: Baby Blue. HEX triplet: 44, EF and FF. RGB value is (68,239,255). Sum of RGB (Red+Green+Blue) = 68+239+255=562 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.10% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #44EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EFFF is #BB1000. Grayscale: #BDBDBD. Windows color (decimal): -12259329 or 16772932. OLE color: 16772932.
HSL color Cylindrical-coordinate representation of color #44EFFF: hue angle of 185.13º 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 #44EFFF is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 239 | 255 | - |
| CMYK | 0.73 | 0.06 | 0 | 0 |
| HSL | 185.13º | 1% | 0.63% | - |
| HSV(B) | 185.13º | 0.73% | 1% | - |
| XYZ | 51.3 | 70.18 | 105.45 | - |
| YUV | 189.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 255 | 0.73 | 0.06 | 0 | 0 | 185.13 | 1 | 0.63 |
| Hex | 44 | EF | FF | 49 | 6 | 0 | 0 | B9 | 64 | 3F |
| Octal | 104 | 357 | 377 | 111 | 6 | 0 | 0 | 271 | 144 | 77 |
| Binary | 1000100 | 11101111 | 11111111 | 1001001 | 110 | 0 | 0 | 10111001 | 1100100 | 111111 |
Color Harmonies of #44EFFF
Complementary color
Monochromatic Colors of #44EFFF
Black with #44EFFF
Text Example
Text Example
White with #44EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EFFF; }
p { color: rgb(68,239,255); }
H1.HeaderClassName
{
color: #44EFFF;
}
.AnyTagClassName
{
color: #44EFFF;
}
</style>
background-color css
<style>
a { background-color: #44EFFF; }
a { background-color: rgb(68,239,255); }
div.DivClassName
{
background-color: #44EFFF;
}
.BgClassName
{
background-color: #44EFFF;
}
</style>
border-color css
<style>
span { border-color: #44EFFF; }
span { border-color: rgb(68,239,255); }
td.TdClassName
{
border-color: #44EFFF;
}
.TagClassName
{
border-color: #44EFFF;
}
</style>