Shades of Baby Blue #4AEEFA
Tints of Baby Blue #4AEEFA
RGB
CMYK
RGB Variations
Color information
#4AEEFA (or 0x4AEEFA) is known color: Baby Blue. HEX triplet: 4A, EE and FA. RGB value is (74,238,250). Sum of RGB (Red+Green+Blue) = 74+238+250=562 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.17% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #4AEEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEEFA is #B51105. Grayscale: #BEBEBE. Windows color (decimal): -11866374 or 16445002. OLE color: 16445002.
HSL color Cylindrical-coordinate representation of color #4AEEFA: hue angle of 184.09º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AEEFA is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 238 | 250 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.02 |
| HSL | 184.09º | 0.95% | 0.64% | - |
| HSV(B) | 184.09º | 0.7% | 0.98% | - |
| XYZ | 50.65 | 69.51 | 101.19 | - |
| YUV | 190.33 | 161.67 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 250 | 0.70 | 0.05 | 0 | 0.02 | 184.09 | 0.95 | 0.64 |
| Hex | 4A | EE | FA | 46 | 5 | 0 | 2 | B8 | 5F | 40 |
| Octal | 112 | 356 | 372 | 106 | 5 | 0 | 2 | 270 | 137 | 100 |
| Binary | 1001010 | 11101110 | 11111010 | 1000110 | 101 | 0 | 10 | 10111000 | 1011111 | 1000000 |
Color Harmonies of #4AEEFA
Complementary color
Monochromatic Colors of #4AEEFA
Black with #4AEEFA
Text Example
Text Example
White with #4AEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEEFA; }
p { color: rgb(74,238,250); }
H1.HeaderClassName
{
color: #4AEEFA;
}
.AnyTagClassName
{
color: #4AEEFA;
}
</style>
background-color css
<style>
a { background-color: #4AEEFA; }
a { background-color: rgb(74,238,250); }
div.DivClassName
{
background-color: #4AEEFA;
}
.BgClassName
{
background-color: #4AEEFA;
}
</style>
border-color css
<style>
span { border-color: #4AEEFA; }
span { border-color: rgb(74,238,250); }
td.TdClassName
{
border-color: #4AEEFA;
}
.TagClassName
{
border-color: #4AEEFA;
}
</style>