Shades of Baby Blue #4AEEFC
Tints of Baby Blue #4AEEFC
RGB
CMYK
RGB Variations
Color information
#4AEEFC (or 0x4AEEFC) is known color: Baby Blue. HEX triplet: 4A, EE and FC. RGB value is (74,238,252). Sum of RGB (Red+Green+Blue) = 74+238+252=564 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.12% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #4AEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEEFC is #B51103. Grayscale: #BEBEBE. Windows color (decimal): -11866372 or 16576074. OLE color: 16576074.
HSL color Cylindrical-coordinate representation of color #4AEEFC: hue angle of 184.72º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AEEFC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 238 | 252 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.01 |
| HSL | 184.72º | 0.97% | 0.64% | - |
| HSV(B) | 184.72º | 0.71% | 0.99% | - |
| XYZ | 50.97 | 69.63 | 102.85 | - |
| YUV | 190.56 | 162.67 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 252 | 0.71 | 0.06 | 0 | 0.01 | 184.72 | 0.97 | 0.64 |
| Hex | 4A | EE | FC | 47 | 6 | 0 | 1 | B9 | 61 | 40 |
| Octal | 112 | 356 | 374 | 107 | 6 | 0 | 1 | 271 | 141 | 100 |
| Binary | 1001010 | 11101110 | 11111100 | 1000111 | 110 | 0 | 1 | 10111001 | 1100001 | 1000000 |
Color Harmonies of #4AEEFC
Complementary color
Monochromatic Colors of #4AEEFC
Black with #4AEEFC
Text Example
Text Example
White with #4AEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEEFC; }
p { color: rgb(74,238,252); }
H1.HeaderClassName
{
color: #4AEEFC;
}
.AnyTagClassName
{
color: #4AEEFC;
}
</style>
background-color css
<style>
a { background-color: #4AEEFC; }
a { background-color: rgb(74,238,252); }
div.DivClassName
{
background-color: #4AEEFC;
}
.BgClassName
{
background-color: #4AEEFC;
}
</style>
border-color css
<style>
span { border-color: #4AEEFC; }
span { border-color: rgb(74,238,252); }
td.TdClassName
{
border-color: #4AEEFC;
}
.TagClassName
{
border-color: #4AEEFC;
}
</style>