Shades of Baby Blue #4AEAFF
Tints of Baby Blue #4AEAFF
RGB
CMYK
RGB Variations
Color information
#4AEAFF (or 0x4AEAFF) is known color: Baby Blue. HEX triplet: 4A, EA and FF. RGB value is (74,234,255). Sum of RGB (Red+Green+Blue) = 74+234+255=563 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.14% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AEAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEAFF is #B51500. Grayscale: #BCBCBC. Windows color (decimal): -11867393 or 16771658. OLE color: 16771658.
HSL color Cylindrical-coordinate representation of color #4AEAFF: hue angle of 186.96º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AEAFF is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 234 | 255 | - |
| CMYK | 0.71 | 0.08 | 0 | 0 |
| HSL | 186.96º | 1% | 0.65% | - |
| HSV(B) | 186.96º | 0.71% | 1% | - |
| XYZ | 50.3 | 67.52 | 104.99 | - |
| YUV | 188.55 | 165.49 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 255 | 0.71 | 0.08 | 0 | 0 | 186.96 | 1 | 0.65 |
| Hex | 4A | EA | FF | 47 | 8 | 0 | 0 | BB | 64 | 41 |
| Octal | 112 | 352 | 377 | 107 | 10 | 0 | 0 | 273 | 144 | 101 |
| Binary | 1001010 | 11101010 | 11111111 | 1000111 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000001 |
Color Harmonies of #4AEAFF
Complementary color
Monochromatic Colors of #4AEAFF
Black with #4AEAFF
Text Example
Text Example
White with #4AEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEAFF; }
p { color: rgb(74,234,255); }
H1.HeaderClassName
{
color: #4AEAFF;
}
.AnyTagClassName
{
color: #4AEAFF;
}
</style>
background-color css
<style>
a { background-color: #4AEAFF; }
a { background-color: rgb(74,234,255); }
div.DivClassName
{
background-color: #4AEAFF;
}
.BgClassName
{
background-color: #4AEAFF;
}
</style>
border-color css
<style>
span { border-color: #4AEAFF; }
span { border-color: rgb(74,234,255); }
td.TdClassName
{
border-color: #4AEAFF;
}
.TagClassName
{
border-color: #4AEAFF;
}
</style>