Shades of Baby Blue #4AFEF6
Tints of Baby Blue #4AFEF6
RGB
CMYK
RGB Variations
Color information
#4AFEF6 (or 0x4AFEF6) is known color: Baby Blue. HEX triplet: 4A, FE and F6. RGB value is (74,254,246). Sum of RGB (Red+Green+Blue) = 74+254+246=574 (76% of max value = 765). Red value is 74 (29.30% from 255 or 12.89% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEF6 is #B50109. Grayscale: #C7C7C7. Windows color (decimal): -11862282 or 16186954. OLE color: 16186954.
HSL color Cylindrical-coordinate representation of color #4AFEF6: hue angle of 177.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFEF6 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 246 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.00 |
| HSL | 177.33º | 0.99% | 0.64% | - |
| HSV(B) | 177.33º | 0.71% | 1% | - |
| XYZ | 54.9 | 78.99 | 99.54 | - |
| YUV | 199.27 | 154.37 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 246 | 0.71 | 0 | 0.03 | 0.00 | 177.33 | 0.99 | 0.64 |
| Hex | 4A | FE | F6 | 47 | 0 | 3 | 0 | B1 | 63 | 40 |
| Octal | 112 | 376 | 366 | 107 | 0 | 3 | 0 | 261 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11110110 | 1000111 | 0 | 11 | 0 | 10110001 | 1100011 | 1000000 |
Color Harmonies of #4AFEF6
Complementary color
Monochromatic Colors of #4AFEF6
Black with #4AFEF6
Text Example
Text Example
White with #4AFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFEF6; }
p { color: rgb(74,254,246); }
H1.HeaderClassName
{
color: #4AFEF6;
}
.AnyTagClassName
{
color: #4AFEF6;
}
</style>
background-color css
<style>
a { background-color: #4AFEF6; }
a { background-color: rgb(74,254,246); }
div.DivClassName
{
background-color: #4AFEF6;
}
.BgClassName
{
background-color: #4AFEF6;
}
</style>
border-color css
<style>
span { border-color: #4AFEF6; }
span { border-color: rgb(74,254,246); }
td.TdClassName
{
border-color: #4AFEF6;
}
.TagClassName
{
border-color: #4AFEF6;
}
</style>