Shades of Baby Blue #44EEFF
Tints of Baby Blue #44EEFF
RGB
CMYK
RGB Variations
Color information
#44EEFF (or 0x44EEFF) is known color: Baby Blue. HEX triplet: 44, EE and FF. RGB value is (68,238,255). Sum of RGB (Red+Green+Blue) = 68+238+255=561 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.12% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #44EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EEFF is #BB1100. Grayscale: #BCBCBC. Windows color (decimal): -12259585 or 16772676. OLE color: 16772676.
HSL color Cylindrical-coordinate representation of color #44EEFF: hue angle of 185.45º 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 #44EEFF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 238 | 255 | - |
| CMYK | 0.73 | 0.07 | 0 | 0 |
| HSL | 185.45º | 1% | 0.63% | - |
| HSV(B) | 185.45º | 0.73% | 1% | - |
| XYZ | 51.01 | 69.6 | 105.35 | - |
| YUV | 189.11 | 165.18 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 238 | 255 | 0.73 | 0.07 | 0 | 0 | 185.45 | 1 | 0.63 |
| Hex | 44 | EE | FF | 49 | 7 | 0 | 0 | B9 | 64 | 3F |
| Octal | 104 | 356 | 377 | 111 | 7 | 0 | 0 | 271 | 144 | 77 |
| Binary | 1000100 | 11101110 | 11111111 | 1001001 | 111 | 0 | 0 | 10111001 | 1100100 | 111111 |
Color Harmonies of #44EEFF
Complementary color
Monochromatic Colors of #44EEFF
Black with #44EEFF
Text Example
Text Example
White with #44EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EEFF; }
p { color: rgb(68,238,255); }
H1.HeaderClassName
{
color: #44EEFF;
}
.AnyTagClassName
{
color: #44EEFF;
}
</style>
background-color css
<style>
a { background-color: #44EEFF; }
a { background-color: rgb(68,238,255); }
div.DivClassName
{
background-color: #44EEFF;
}
.BgClassName
{
background-color: #44EEFF;
}
</style>
border-color css
<style>
span { border-color: #44EEFF; }
span { border-color: rgb(68,238,255); }
td.TdClassName
{
border-color: #44EEFF;
}
.TagClassName
{
border-color: #44EEFF;
}
</style>