Shades of Baby Blue #4FFAEF
Tints of Baby Blue #4FFAEF
RGB
CMYK
RGB Variations
Color information
#4FFAEF (or 0x4FFAEF) is known color: Baby Blue. HEX triplet: 4F, FA and EF. RGB value is (79,250,239). Sum of RGB (Red+Green+Blue) = 79+250+239=568 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.91% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFAEF is #B00510. Grayscale: #C5C5C5. Windows color (decimal): -11535633 or 15727183. OLE color: 15727183.
HSL color Cylindrical-coordinate representation of color #4FFAEF: hue angle of 176.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFAEF is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 239 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.02 |
| HSL | 176.14º | 0.94% | 0.65% | - |
| HSV(B) | 176.14º | 0.68% | 0.98% | - |
| XYZ | 52.99 | 76.27 | 93.59 | - |
| YUV | 197.62 | 151.35 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 239 | 0.68 | 0 | 0.04 | 0.02 | 176.14 | 0.94 | 0.65 |
| Hex | 4F | FA | EF | 44 | 0 | 4 | 2 | B0 | 5E | 41 |
| Octal | 117 | 372 | 357 | 104 | 0 | 4 | 2 | 260 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11101111 | 1000100 | 0 | 100 | 10 | 10110000 | 1011110 | 1000001 |
Color Harmonies of #4FFAEF
Complementary color
Monochromatic Colors of #4FFAEF
Black with #4FFAEF
Text Example
Text Example
White with #4FFAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAEF; }
p { color: rgb(79,250,239); }
H1.HeaderClassName
{
color: #4FFAEF;
}
.AnyTagClassName
{
color: #4FFAEF;
}
</style>
background-color css
<style>
a { background-color: #4FFAEF; }
a { background-color: rgb(79,250,239); }
div.DivClassName
{
background-color: #4FFAEF;
}
.BgClassName
{
background-color: #4FFAEF;
}
</style>
border-color css
<style>
span { border-color: #4FFAEF; }
span { border-color: rgb(79,250,239); }
td.TdClassName
{
border-color: #4FFAEF;
}
.TagClassName
{
border-color: #4FFAEF;
}
</style>