Shades of Baby Blue #49EEFF
Tints of Baby Blue #49EEFF
RGB
CMYK
RGB Variations
Color information
#49EEFF (or 0x49EEFF) is known color: Baby Blue. HEX triplet: 49, EE and FF. RGB value is (73,238,255). Sum of RGB (Red+Green+Blue) = 73+238+255=566 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.90% from 566); Green value is 238 (93.36% from 255 or 42.05% 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 #49EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EEFF is #B61100. Grayscale: #BEBEBE. Windows color (decimal): -11931905 or 16772681. OLE color: 16772681.
HSL color Cylindrical-coordinate representation of color #49EEFF: hue angle of 185.6º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49EEFF is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 238 | 255 | - |
| CMYK | 0.71 | 0.07 | 0 | 0 |
| HSL | 185.6º | 1% | 0.64% | - |
| HSV(B) | 185.6º | 0.71% | 1% | - |
| XYZ | 51.37 | 69.79 | 105.37 | - |
| YUV | 190.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 255 | 0.71 | 0.07 | 0 | 0 | 185.6 | 1 | 0.64 |
| Hex | 49 | EE | FF | 47 | 7 | 0 | 0 | BA | 64 | 40 |
| Octal | 111 | 356 | 377 | 107 | 7 | 0 | 0 | 272 | 144 | 100 |
| Binary | 1001001 | 11101110 | 11111111 | 1000111 | 111 | 0 | 0 | 10111010 | 1100100 | 1000000 |
Color Harmonies of #49EEFF
Complementary color
Monochromatic Colors of #49EEFF
Black with #49EEFF
Text Example
Text Example
White with #49EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEFF; }
p { color: rgb(73,238,255); }
H1.HeaderClassName
{
color: #49EEFF;
}
.AnyTagClassName
{
color: #49EEFF;
}
</style>
background-color css
<style>
a { background-color: #49EEFF; }
a { background-color: rgb(73,238,255); }
div.DivClassName
{
background-color: #49EEFF;
}
.BgClassName
{
background-color: #49EEFF;
}
</style>
border-color css
<style>
span { border-color: #49EEFF; }
span { border-color: rgb(73,238,255); }
td.TdClassName
{
border-color: #49EEFF;
}
.TagClassName
{
border-color: #49EEFF;
}
</style>