Shades of Baby Blue #44F3FF
Tints of Baby Blue #44F3FF
RGB
CMYK
RGB Variations
Color information
#44F3FF (or 0x44F3FF) is known color: Baby Blue. HEX triplet: 44, F3 and FF. RGB value is (68,243,255). Sum of RGB (Red+Green+Blue) = 68+243+255=566 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.01% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #44F3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F3FF is #BB0C00. Grayscale: #BFBFBF. Windows color (decimal): -12258305 or 16773956. OLE color: 16773956.
HSL color Cylindrical-coordinate representation of color #44F3FF: hue angle of 183.85º 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 #44F3FF is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 243 | 255 | - |
| CMYK | 0.73 | 0.05 | 0 | 0 |
| HSL | 183.85º | 1% | 0.63% | - |
| HSV(B) | 183.85º | 0.73% | 1% | - |
| XYZ | 52.48 | 72.55 | 105.85 | - |
| YUV | 192.04 | 163.52 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 243 | 255 | 0.73 | 0.05 | 0 | 0 | 183.85 | 1 | 0.63 |
| Hex | 44 | F3 | FF | 49 | 5 | 0 | 0 | B8 | 64 | 3F |
| Octal | 104 | 363 | 377 | 111 | 5 | 0 | 0 | 270 | 144 | 77 |
| Binary | 1000100 | 11110011 | 11111111 | 1001001 | 101 | 0 | 0 | 10111000 | 1100100 | 111111 |
Color Harmonies of #44F3FF
Complementary color
Monochromatic Colors of #44F3FF
Black with #44F3FF
Text Example
Text Example
White with #44F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F3FF; }
p { color: rgb(68,243,255); }
H1.HeaderClassName
{
color: #44F3FF;
}
.AnyTagClassName
{
color: #44F3FF;
}
</style>
background-color css
<style>
a { background-color: #44F3FF; }
a { background-color: rgb(68,243,255); }
div.DivClassName
{
background-color: #44F3FF;
}
.BgClassName
{
background-color: #44F3FF;
}
</style>
border-color css
<style>
span { border-color: #44F3FF; }
span { border-color: rgb(68,243,255); }
td.TdClassName
{
border-color: #44F3FF;
}
.TagClassName
{
border-color: #44F3FF;
}
</style>