Shades of Baby Blue #4AEDFC
Tints of Baby Blue #4AEDFC
RGB
CMYK
RGB Variations
Color information
#4AEDFC (or 0x4AEDFC) is known color: Baby Blue. HEX triplet: 4A, ED and FC. RGB value is (74,237,252). Sum of RGB (Red+Green+Blue) = 74+237+252=563 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.14% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #4AEDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDFC is #B51203. Grayscale: #BDBDBD. Windows color (decimal): -11866628 or 16575818. OLE color: 16575818.
HSL color Cylindrical-coordinate representation of color #4AEDFC: hue angle of 185.06º 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 #4AEDFC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 237 | 252 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.01 |
| HSL | 185.06º | 0.97% | 0.64% | - |
| HSV(B) | 185.06º | 0.71% | 0.99% | - |
| XYZ | 50.68 | 69.05 | 102.75 | - |
| YUV | 189.97 | 163 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 252 | 0.71 | 0.06 | 0 | 0.01 | 185.06 | 0.97 | 0.64 |
| Hex | 4A | ED | FC | 47 | 6 | 0 | 1 | B9 | 61 | 40 |
| Octal | 112 | 355 | 374 | 107 | 6 | 0 | 1 | 271 | 141 | 100 |
| Binary | 1001010 | 11101101 | 11111100 | 1000111 | 110 | 0 | 1 | 10111001 | 1100001 | 1000000 |
Color Harmonies of #4AEDFC
Complementary color
Monochromatic Colors of #4AEDFC
Black with #4AEDFC
Text Example
Text Example
White with #4AEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDFC; }
p { color: rgb(74,237,252); }
H1.HeaderClassName
{
color: #4AEDFC;
}
.AnyTagClassName
{
color: #4AEDFC;
}
</style>
background-color css
<style>
a { background-color: #4AEDFC; }
a { background-color: rgb(74,237,252); }
div.DivClassName
{
background-color: #4AEDFC;
}
.BgClassName
{
background-color: #4AEDFC;
}
</style>
border-color css
<style>
span { border-color: #4AEDFC; }
span { border-color: rgb(74,237,252); }
td.TdClassName
{
border-color: #4AEDFC;
}
.TagClassName
{
border-color: #4AEDFC;
}
</style>