Shades of Baby Blue #4AEEFF
Tints of Baby Blue #4AEEFF
RGB
CMYK
RGB Variations
Color information
#4AEEFF (or 0x4AEEFF) is known color: Baby Blue. HEX triplet: 4A, EE and FF. RGB value is (74,238,255). Sum of RGB (Red+Green+Blue) = 74+238+255=567 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.05% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEEFF is #B51100. Grayscale: #BEBEBE. Windows color (decimal): -11866369 or 16772682. OLE color: 16772682.
HSL color Cylindrical-coordinate representation of color #4AEEFF: hue angle of 185.64º 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 #4AEEFF is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 238 | 255 | - |
| CMYK | 0.71 | 0.07 | 0 | 0 |
| HSL | 185.64º | 1% | 0.65% | - |
| HSV(B) | 185.64º | 0.71% | 1% | - |
| XYZ | 51.45 | 69.82 | 105.37 | - |
| YUV | 190.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 255 | 0.71 | 0.07 | 0 | 0 | 185.64 | 1 | 0.65 |
| Hex | 4A | EE | FF | 47 | 7 | 0 | 0 | BA | 64 | 41 |
| Octal | 112 | 356 | 377 | 107 | 7 | 0 | 0 | 272 | 144 | 101 |
| Binary | 1001010 | 11101110 | 11111111 | 1000111 | 111 | 0 | 0 | 10111010 | 1100100 | 1000001 |
Color Harmonies of #4AEEFF
Complementary color
Monochromatic Colors of #4AEEFF
Black with #4AEEFF
Text Example
Text Example
White with #4AEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEEFF; }
p { color: rgb(74,238,255); }
H1.HeaderClassName
{
color: #4AEEFF;
}
.AnyTagClassName
{
color: #4AEEFF;
}
</style>
background-color css
<style>
a { background-color: #4AEEFF; }
a { background-color: rgb(74,238,255); }
div.DivClassName
{
background-color: #4AEEFF;
}
.BgClassName
{
background-color: #4AEEFF;
}
</style>
border-color css
<style>
span { border-color: #4AEEFF; }
span { border-color: rgb(74,238,255); }
td.TdClassName
{
border-color: #4AEEFF;
}
.TagClassName
{
border-color: #4AEEFF;
}
</style>