Shades of Baby Blue #44FBFF
Tints of Baby Blue #44FBFF
RGB
CMYK
RGB Variations
Color information
#44FBFF (or 0x44FBFF) is known color: Baby Blue. HEX triplet: 44, FB and FF. RGB value is (68,251,255). Sum of RGB (Red+Green+Blue) = 68+251+255=574 (76% of max value = 765). Red value is 68 (26.95% from 255 or 11.85% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #44FBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FBFF is #BB0400. Grayscale: #C4C4C4. Windows color (decimal): -12256257 or 16776004. OLE color: 16776004.
HSL color Cylindrical-coordinate representation of color #44FBFF: hue angle of 181.28º 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 #44FBFF is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 251 | 255 | - |
| CMYK | 0.73 | 0.02 | 0 | 0 |
| HSL | 181.28º | 1% | 0.63% | - |
| HSV(B) | 181.28º | 0.73% | 1% | - |
| XYZ | 54.93 | 77.44 | 106.66 | - |
| YUV | 196.74 | 160.87 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 255 | 0.73 | 0.02 | 0 | 0 | 181.28 | 1 | 0.63 |
| Hex | 44 | FB | FF | 49 | 2 | 0 | 0 | B5 | 64 | 3F |
| Octal | 104 | 373 | 377 | 111 | 2 | 0 | 0 | 265 | 144 | 77 |
| Binary | 1000100 | 11111011 | 11111111 | 1001001 | 10 | 0 | 0 | 10110101 | 1100100 | 111111 |
Color Harmonies of #44FBFF
Complementary color
Monochromatic Colors of #44FBFF
Black with #44FBFF
Text Example
Text Example
White with #44FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FBFF; }
p { color: rgb(68,251,255); }
H1.HeaderClassName
{
color: #44FBFF;
}
.AnyTagClassName
{
color: #44FBFF;
}
</style>
background-color css
<style>
a { background-color: #44FBFF; }
a { background-color: rgb(68,251,255); }
div.DivClassName
{
background-color: #44FBFF;
}
.BgClassName
{
background-color: #44FBFF;
}
</style>
border-color css
<style>
span { border-color: #44FBFF; }
span { border-color: rgb(68,251,255); }
td.TdClassName
{
border-color: #44FBFF;
}
.TagClassName
{
border-color: #44FBFF;
}
</style>