Shades of Baby Blue #4FFAFE
Tints of Baby Blue #4FFAFE
RGB
CMYK
RGB Variations
Color information
#4FFAFE (or 0x4FFAFE) is known color: Baby Blue. HEX triplet: 4F, FA and FE. RGB value is (79,250,254). Sum of RGB (Red+Green+Blue) = 79+250+254=583 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.55% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FFAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFAFE is #B00501. Grayscale: #C7C7C7. Windows color (decimal): -11535618 or 16710223. OLE color: 16710223.
HSL color Cylindrical-coordinate representation of color #4FFAFE: hue angle of 181.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFAFE is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 250 | 254 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.00 |
| HSL | 181.37º | 0.99% | 0.65% | - |
| HSV(B) | 181.37º | 0.69% | 1% | - |
| XYZ | 55.3 | 77.19 | 105.75 | - |
| YUV | 199.33 | 158.85 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 254 | 0.69 | 0.02 | 0 | 0.00 | 181.37 | 0.99 | 0.65 |
| Hex | 4F | FA | FE | 45 | 2 | 0 | 0 | B5 | 63 | 41 |
| Octal | 117 | 372 | 376 | 105 | 2 | 0 | 0 | 265 | 143 | 101 |
| Binary | 1001111 | 11111010 | 11111110 | 1000101 | 10 | 0 | 0 | 10110101 | 1100011 | 1000001 |
Color Harmonies of #4FFAFE
Complementary color
Monochromatic Colors of #4FFAFE
Black with #4FFAFE
Text Example
Text Example
White with #4FFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAFE; }
p { color: rgb(79,250,254); }
H1.HeaderClassName
{
color: #4FFAFE;
}
.AnyTagClassName
{
color: #4FFAFE;
}
</style>
background-color css
<style>
a { background-color: #4FFAFE; }
a { background-color: rgb(79,250,254); }
div.DivClassName
{
background-color: #4FFAFE;
}
.BgClassName
{
background-color: #4FFAFE;
}
</style>
border-color css
<style>
span { border-color: #4FFAFE; }
span { border-color: rgb(79,250,254); }
td.TdClassName
{
border-color: #4FFAFE;
}
.TagClassName
{
border-color: #4FFAFE;
}
</style>