Shades of Baby Blue #44FCFF
Tints of Baby Blue #44FCFF
RGB
CMYK
RGB Variations
Color information
#44FCFF (or 0x44FCFF) is known color: Baby Blue. HEX triplet: 44, FC and FF. RGB value is (68,252,255). Sum of RGB (Red+Green+Blue) = 68+252+255=575 (76% of max value = 765). Red value is 68 (26.95% from 255 or 11.83% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #44FCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FCFF is #BB0300. Grayscale: #C5C5C5. Windows color (decimal): -12256001 or 16776260. OLE color: 16776260.
HSL color Cylindrical-coordinate representation of color #44FCFF: hue angle of 180.96º 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 #44FCFF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 252 | 255 | - |
| CMYK | 0.73 | 0.01 | 0 | 0 |
| HSL | 180.96º | 1% | 0.63% | - |
| HSV(B) | 180.96º | 0.73% | 1% | - |
| XYZ | 55.24 | 78.07 | 106.77 | - |
| YUV | 197.33 | 160.54 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 252 | 255 | 0.73 | 0.01 | 0 | 0 | 180.96 | 1 | 0.63 |
| Hex | 44 | FC | FF | 49 | 1 | 0 | 0 | B5 | 64 | 3F |
| Octal | 104 | 374 | 377 | 111 | 1 | 0 | 0 | 265 | 144 | 77 |
| Binary | 1000100 | 11111100 | 11111111 | 1001001 | 1 | 0 | 0 | 10110101 | 1100100 | 111111 |
Color Harmonies of #44FCFF
Complementary color
Monochromatic Colors of #44FCFF
Black with #44FCFF
Text Example
Text Example
White with #44FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FCFF; }
p { color: rgb(68,252,255); }
H1.HeaderClassName
{
color: #44FCFF;
}
.AnyTagClassName
{
color: #44FCFF;
}
</style>
background-color css
<style>
a { background-color: #44FCFF; }
a { background-color: rgb(68,252,255); }
div.DivClassName
{
background-color: #44FCFF;
}
.BgClassName
{
background-color: #44FCFF;
}
</style>
border-color css
<style>
span { border-color: #44FCFF; }
span { border-color: rgb(68,252,255); }
td.TdClassName
{
border-color: #44FCFF;
}
.TagClassName
{
border-color: #44FCFF;
}
</style>