Shades of Baby Blue #4AECFE
Tints of Baby Blue #4AECFE
RGB
CMYK
RGB Variations
Color information
#4AECFE (or 0x4AECFE) is known color: Baby Blue. HEX triplet: 4A, EC and FE. RGB value is (74,236,254). Sum of RGB (Red+Green+Blue) = 74+236+254=564 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.12% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECFE is #B51301. Grayscale: #BDBDBD. Windows color (decimal): -11866882 or 16706634. OLE color: 16706634.
HSL color Cylindrical-coordinate representation of color #4AECFE: hue angle of 186º 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 #4AECFE is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 236 | 254 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.00 |
| HSL | 186º | 0.99% | 0.64% | - |
| HSV(B) | 186º | 0.71% | 1% | - |
| XYZ | 50.71 | 68.6 | 104.33 | - |
| YUV | 189.61 | 164.33 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 236 | 254 | 0.71 | 0.07 | 0 | 0.00 | 186 | 0.99 | 0.64 |
| Hex | 4A | EC | FE | 47 | 7 | 0 | 0 | BA | 63 | 40 |
| Octal | 112 | 354 | 376 | 107 | 7 | 0 | 0 | 272 | 143 | 100 |
| Binary | 1001010 | 11101100 | 11111110 | 1000111 | 111 | 0 | 0 | 10111010 | 1100011 | 1000000 |
Color Harmonies of #4AECFE
Complementary color
Monochromatic Colors of #4AECFE
Black with #4AECFE
Text Example
Text Example
White with #4AECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AECFE; }
p { color: rgb(74,236,254); }
H1.HeaderClassName
{
color: #4AECFE;
}
.AnyTagClassName
{
color: #4AECFE;
}
</style>
background-color css
<style>
a { background-color: #4AECFE; }
a { background-color: rgb(74,236,254); }
div.DivClassName
{
background-color: #4AECFE;
}
.BgClassName
{
background-color: #4AECFE;
}
</style>
border-color css
<style>
span { border-color: #4AECFE; }
span { border-color: rgb(74,236,254); }
td.TdClassName
{
border-color: #4AECFE;
}
.TagClassName
{
border-color: #4AECFE;
}
</style>