Shades of Baby Blue #49EEFE
Tints of Baby Blue #49EEFE
RGB
CMYK
RGB Variations
Color information
#49EEFE (or 0x49EEFE) is known color: Baby Blue. HEX triplet: 49, EE and FE. RGB value is (73,238,254). Sum of RGB (Red+Green+Blue) = 73+238+254=565 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.92% from 565); Green value is 238 (93.36% from 255 or 42.12% 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 #49EEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EEFE is #B61101. Grayscale: #BEBEBE. Windows color (decimal): -11931906 or 16707145. OLE color: 16707145.
HSL color Cylindrical-coordinate representation of color #49EEFE: hue angle of 185.3º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49EEFE is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 238 | 254 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.00 |
| HSL | 185.3º | 0.99% | 0.64% | - |
| HSV(B) | 185.3º | 0.71% | 1% | - |
| XYZ | 51.21 | 69.72 | 104.52 | - |
| YUV | 190.49 | 163.84 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 254 | 0.71 | 0.06 | 0 | 0.00 | 185.3 | 0.99 | 0.64 |
| Hex | 49 | EE | FE | 47 | 6 | 0 | 0 | B9 | 63 | 40 |
| Octal | 111 | 356 | 376 | 107 | 6 | 0 | 0 | 271 | 143 | 100 |
| Binary | 1001001 | 11101110 | 11111110 | 1000111 | 110 | 0 | 0 | 10111001 | 1100011 | 1000000 |
Color Harmonies of #49EEFE
Complementary color
Monochromatic Colors of #49EEFE
Black with #49EEFE
Text Example
Text Example
White with #49EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEFE; }
p { color: rgb(73,238,254); }
H1.HeaderClassName
{
color: #49EEFE;
}
.AnyTagClassName
{
color: #49EEFE;
}
</style>
background-color css
<style>
a { background-color: #49EEFE; }
a { background-color: rgb(73,238,254); }
div.DivClassName
{
background-color: #49EEFE;
}
.BgClassName
{
background-color: #49EEFE;
}
</style>
border-color css
<style>
span { border-color: #49EEFE; }
span { border-color: rgb(73,238,254); }
td.TdClassName
{
border-color: #49EEFE;
}
.TagClassName
{
border-color: #49EEFE;
}
</style>