Shades of Baby Blue #44FEFE
Tints of Baby Blue #44FEFE
RGB
CMYK
RGB Variations
Color information
#44FEFE (or 0x44FEFE) is known color: Baby Blue. HEX triplet: 44, FE and FE. RGB value is (68,254,254). Sum of RGB (Red+Green+Blue) = 68+254+254=576 (76% of max value = 765). Red value is 68 (26.95% from 255 or 11.81% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #44FEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FEFE is #BB0101. Grayscale: #C6C6C6. Windows color (decimal): -12255490 or 16711236. OLE color: 16711236.
HSL color Cylindrical-coordinate representation of color #44FEFE: hue angle of 180º 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 #44FEFE is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 254 | - |
| CMYK | 0.73 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.63% | - |
| HSV(B) | 180º | 0.73% | 1% | - |
| XYZ | 55.72 | 79.27 | 106.13 | - |
| YUV | 198.39 | 159.38 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 254 | 0.73 | 0 | 0 | 0.00 | 180 | 0.99 | 0.63 |
| Hex | 44 | FE | FE | 49 | 0 | 0 | 0 | B4 | 63 | 3F |
| Octal | 104 | 376 | 376 | 111 | 0 | 0 | 0 | 264 | 143 | 77 |
| Binary | 1000100 | 11111110 | 11111110 | 1001001 | 0 | 0 | 0 | 10110100 | 1100011 | 111111 |
Color Harmonies of #44FEFE
Complementary color
Monochromatic Colors of #44FEFE
Black with #44FEFE
Text Example
Text Example
White with #44FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FEFE; }
p { color: rgb(68,254,254); }
H1.HeaderClassName
{
color: #44FEFE;
}
.AnyTagClassName
{
color: #44FEFE;
}
</style>
background-color css
<style>
a { background-color: #44FEFE; }
a { background-color: rgb(68,254,254); }
div.DivClassName
{
background-color: #44FEFE;
}
.BgClassName
{
background-color: #44FEFE;
}
</style>
border-color css
<style>
span { border-color: #44FEFE; }
span { border-color: rgb(68,254,254); }
td.TdClassName
{
border-color: #44FEFE;
}
.TagClassName
{
border-color: #44FEFE;
}
</style>