Shades of Baby Blue #4AFFEF
Tints of Baby Blue #4AFFEF
RGB
CMYK
RGB Variations
Color information
#4AFFEF (or 0x4AFFEF) is known color: Baby Blue. HEX triplet: 4A, FF and EF. RGB value is (74,255,239). Sum of RGB (Red+Green+Blue) = 74+255+239=568 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.03% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFFEF is #B50010. Grayscale: #C6C6C6. Windows color (decimal): -11862033 or 15728458. OLE color: 15728458.
HSL color Cylindrical-coordinate representation of color #4AFFEF: hue angle of 174.7º 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 #4AFFEF is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 239 | - |
| CMYK | 0.71 | 0 | 0.06 | 0 |
| HSL | 174.7º | 1% | 0.65% | - |
| HSV(B) | 174.7º | 0.71% | 1% | - |
| XYZ | 54.16 | 79.21 | 94.1 | - |
| YUV | 199.06 | 150.53 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 239 | 0.71 | 0 | 0.06 | 0 | 174.7 | 1 | 0.65 |
| Hex | 4A | FF | EF | 47 | 0 | 6 | 0 | AF | 64 | 41 |
| Octal | 112 | 377 | 357 | 107 | 0 | 6 | 0 | 257 | 144 | 101 |
| Binary | 1001010 | 11111111 | 11101111 | 1000111 | 0 | 110 | 0 | 10101111 | 1100100 | 1000001 |
Color Harmonies of #4AFFEF
Complementary color
Monochromatic Colors of #4AFFEF
Black with #4AFFEF
Text Example
Text Example
White with #4AFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFEF; }
p { color: rgb(74,255,239); }
H1.HeaderClassName
{
color: #4AFFEF;
}
.AnyTagClassName
{
color: #4AFFEF;
}
</style>
background-color css
<style>
a { background-color: #4AFFEF; }
a { background-color: rgb(74,255,239); }
div.DivClassName
{
background-color: #4AFFEF;
}
.BgClassName
{
background-color: #4AFFEF;
}
</style>
border-color css
<style>
span { border-color: #4AFFEF; }
span { border-color: rgb(74,255,239); }
td.TdClassName
{
border-color: #4AFFEF;
}
.TagClassName
{
border-color: #4AFFEF;
}
</style>