Shades of Baby Blue #44F8FF
Tints of Baby Blue #44F8FF
RGB
CMYK
RGB Variations
Color information
#44F8FF (or 0x44F8FF) is known color: Baby Blue. HEX triplet: 44, F8 and FF. RGB value is (68,248,255). Sum of RGB (Red+Green+Blue) = 68+248+255=571 (75% of max value = 765). Red value is 68 (26.95% from 255 or 11.91% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #44F8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F8FF is #BB0700. Grayscale: #C2C2C2. Windows color (decimal): -12257025 or 16775236. OLE color: 16775236.
HSL color Cylindrical-coordinate representation of color #44F8FF: hue angle of 182.25º 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 #44F8FF is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 248 | 255 | - |
| CMYK | 0.73 | 0.03 | 0 | 0 |
| HSL | 182.25º | 1% | 0.63% | - |
| HSV(B) | 182.25º | 0.73% | 1% | - |
| XYZ | 54 | 75.58 | 106.35 | - |
| YUV | 194.98 | 161.87 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 248 | 255 | 0.73 | 0.03 | 0 | 0 | 182.25 | 1 | 0.63 |
| Hex | 44 | F8 | FF | 49 | 3 | 0 | 0 | B6 | 64 | 3F |
| Octal | 104 | 370 | 377 | 111 | 3 | 0 | 0 | 266 | 144 | 77 |
| Binary | 1000100 | 11111000 | 11111111 | 1001001 | 11 | 0 | 0 | 10110110 | 1100100 | 111111 |
Color Harmonies of #44F8FF
Complementary color
Monochromatic Colors of #44F8FF
Black with #44F8FF
Text Example
Text Example
White with #44F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F8FF; }
p { color: rgb(68,248,255); }
H1.HeaderClassName
{
color: #44F8FF;
}
.AnyTagClassName
{
color: #44F8FF;
}
</style>
background-color css
<style>
a { background-color: #44F8FF; }
a { background-color: rgb(68,248,255); }
div.DivClassName
{
background-color: #44F8FF;
}
.BgClassName
{
background-color: #44F8FF;
}
</style>
border-color css
<style>
span { border-color: #44F8FF; }
span { border-color: rgb(68,248,255); }
td.TdClassName
{
border-color: #44F8FF;
}
.TagClassName
{
border-color: #44F8FF;
}
</style>