Shades of Baby Blue #4AFEEF
Tints of Baby Blue #4AFEEF
RGB
CMYK
RGB Variations
Color information
#4AFEEF (or 0x4AFEEF) is known color: Baby Blue. HEX triplet: 4A, FE and EF. RGB value is (74,254,239). Sum of RGB (Red+Green+Blue) = 74+254+239=567 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.05% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFEEF is #B50110. Grayscale: #C6C6C6. Windows color (decimal): -11862289 or 15728202. OLE color: 15728202.
HSL color Cylindrical-coordinate representation of color #4AFEEF: hue angle of 175º 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 #4AFEEF is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 239 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.00 |
| HSL | 175º | 0.99% | 0.64% | - |
| HSV(B) | 175º | 0.71% | 1% | - |
| XYZ | 53.85 | 78.57 | 93.99 | - |
| YUV | 198.47 | 150.87 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 239 | 0.71 | 0 | 0.06 | 0.00 | 175 | 0.99 | 0.64 |
| Hex | 4A | FE | EF | 47 | 0 | 6 | 0 | AF | 63 | 40 |
| Octal | 112 | 376 | 357 | 107 | 0 | 6 | 0 | 257 | 143 | 100 |
| Binary | 1001010 | 11111110 | 11101111 | 1000111 | 0 | 110 | 0 | 10101111 | 1100011 | 1000000 |
Color Harmonies of #4AFEEF
Complementary color
Monochromatic Colors of #4AFEEF
Black with #4AFEEF
Text Example
Text Example
White with #4AFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFEEF; }
p { color: rgb(74,254,239); }
H1.HeaderClassName
{
color: #4AFEEF;
}
.AnyTagClassName
{
color: #4AFEEF;
}
</style>
background-color css
<style>
a { background-color: #4AFEEF; }
a { background-color: rgb(74,254,239); }
div.DivClassName
{
background-color: #4AFEEF;
}
.BgClassName
{
background-color: #4AFEEF;
}
</style>
border-color css
<style>
span { border-color: #4AFEEF; }
span { border-color: rgb(74,254,239); }
td.TdClassName
{
border-color: #4AFEEF;
}
.TagClassName
{
border-color: #4AFEEF;
}
</style>