Shades of Baby Blue #4AEFF8
Tints of Baby Blue #4AEFF8
RGB
CMYK
RGB Variations
Color information
#4AEFF8 (or 0x4AEFF8) is known color: Baby Blue. HEX triplet: 4A, EF and F8. RGB value is (74,239,248). Sum of RGB (Red+Green+Blue) = 74+239+248=561 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.19% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #4AEFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEFF8 is #B51007. Grayscale: #BEBEBE. Windows color (decimal): -11866120 or 16314186. OLE color: 16314186.
HSL color Cylindrical-coordinate representation of color #4AEFF8: hue angle of 183.1º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AEFF8 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 239 | 248 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.03 |
| HSL | 183.1º | 0.93% | 0.63% | - |
| HSV(B) | 183.1º | 0.7% | 0.97% | - |
| XYZ | 50.63 | 69.97 | 99.64 | - |
| YUV | 190.69 | 160.34 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 239 | 248 | 0.70 | 0.04 | 0 | 0.03 | 183.1 | 0.93 | 0.63 |
| Hex | 4A | EF | F8 | 46 | 4 | 0 | 3 | B7 | 5D | 3F |
| Octal | 112 | 357 | 370 | 106 | 4 | 0 | 3 | 267 | 135 | 77 |
| Binary | 1001010 | 11101111 | 11111000 | 1000110 | 100 | 0 | 11 | 10110111 | 1011101 | 111111 |
Color Harmonies of #4AEFF8
Complementary color
Monochromatic Colors of #4AEFF8
Black with #4AEFF8
Text Example
Text Example
White with #4AEFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEFF8; }
p { color: rgb(74,239,248); }
H1.HeaderClassName
{
color: #4AEFF8;
}
.AnyTagClassName
{
color: #4AEFF8;
}
</style>
background-color css
<style>
a { background-color: #4AEFF8; }
a { background-color: rgb(74,239,248); }
div.DivClassName
{
background-color: #4AEFF8;
}
.BgClassName
{
background-color: #4AEFF8;
}
</style>
border-color css
<style>
span { border-color: #4AEFF8; }
span { border-color: rgb(74,239,248); }
td.TdClassName
{
border-color: #4AEFF8;
}
.TagClassName
{
border-color: #4AEFF8;
}
</style>