Shades of Baby Blue #44F3FE
Tints of Baby Blue #44F3FE
RGB
CMYK
RGB Variations
Color information
#44F3FE (or 0x44F3FE) is known color: Baby Blue. HEX triplet: 44, F3 and FE. RGB value is (68,243,254). Sum of RGB (Red+Green+Blue) = 68+243+254=565 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.04% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #44F3FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F3FE is #BB0C01. Grayscale: #BFBFBF. Windows color (decimal): -12258306 or 16708420. OLE color: 16708420.
HSL color Cylindrical-coordinate representation of color #44F3FE: hue angle of 183.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F3FE is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 243 | 254 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.00 |
| HSL | 183.55º | 0.99% | 0.63% | - |
| HSV(B) | 183.55º | 0.73% | 1% | - |
| XYZ | 52.32 | 72.49 | 105 | - |
| YUV | 191.93 | 163.02 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 243 | 254 | 0.73 | 0.04 | 0 | 0.00 | 183.55 | 0.99 | 0.63 |
| Hex | 44 | F3 | FE | 49 | 4 | 0 | 0 | B8 | 63 | 3F |
| Octal | 104 | 363 | 376 | 111 | 4 | 0 | 0 | 270 | 143 | 77 |
| Binary | 1000100 | 11110011 | 11111110 | 1001001 | 100 | 0 | 0 | 10111000 | 1100011 | 111111 |
Color Harmonies of #44F3FE
Complementary color
Monochromatic Colors of #44F3FE
Black with #44F3FE
Text Example
Text Example
White with #44F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F3FE; }
p { color: rgb(68,243,254); }
H1.HeaderClassName
{
color: #44F3FE;
}
.AnyTagClassName
{
color: #44F3FE;
}
</style>
background-color css
<style>
a { background-color: #44F3FE; }
a { background-color: rgb(68,243,254); }
div.DivClassName
{
background-color: #44F3FE;
}
.BgClassName
{
background-color: #44F3FE;
}
</style>
border-color css
<style>
span { border-color: #44F3FE; }
span { border-color: rgb(68,243,254); }
td.TdClassName
{
border-color: #44F3FE;
}
.TagClassName
{
border-color: #44F3FE;
}
</style>