Shades of Baby Blue #44F7FF
Tints of Baby Blue #44F7FF
RGB
CMYK
RGB Variations
Color information
#44F7FF (or 0x44F7FF) is known color: Baby Blue. HEX triplet: 44, F7 and FF. RGB value is (68,247,255). Sum of RGB (Red+Green+Blue) = 68+247+255=570 (75% of max value = 765). Red value is 68 (26.95% from 255 or 11.93% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #44F7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F7FF is #BB0800. Grayscale: #C2C2C2. Windows color (decimal): -12257281 or 16774980. OLE color: 16774980.
HSL color Cylindrical-coordinate representation of color #44F7FF: hue angle of 182.57º 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 #44F7FF is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 247 | 255 | - |
| CMYK | 0.73 | 0.03 | 0 | 0 |
| HSL | 182.57º | 1% | 0.63% | - |
| HSV(B) | 182.57º | 0.73% | 1% | - |
| XYZ | 53.69 | 74.97 | 106.25 | - |
| YUV | 194.39 | 162.2 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 247 | 255 | 0.73 | 0.03 | 0 | 0 | 182.57 | 1 | 0.63 |
| Hex | 44 | F7 | FF | 49 | 3 | 0 | 0 | B7 | 64 | 3F |
| Octal | 104 | 367 | 377 | 111 | 3 | 0 | 0 | 267 | 144 | 77 |
| Binary | 1000100 | 11110111 | 11111111 | 1001001 | 11 | 0 | 0 | 10110111 | 1100100 | 111111 |
Color Harmonies of #44F7FF
Complementary color
Monochromatic Colors of #44F7FF
Black with #44F7FF
Text Example
Text Example
White with #44F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F7FF; }
p { color: rgb(68,247,255); }
H1.HeaderClassName
{
color: #44F7FF;
}
.AnyTagClassName
{
color: #44F7FF;
}
</style>
background-color css
<style>
a { background-color: #44F7FF; }
a { background-color: rgb(68,247,255); }
div.DivClassName
{
background-color: #44F7FF;
}
.BgClassName
{
background-color: #44F7FF;
}
</style>
border-color css
<style>
span { border-color: #44F7FF; }
span { border-color: rgb(68,247,255); }
td.TdClassName
{
border-color: #44F7FF;
}
.TagClassName
{
border-color: #44F7FF;
}
</style>