Shades of Baby Blue #4FFAF2
Tints of Baby Blue #4FFAF2
RGB
CMYK
RGB Variations
Color information
#4FFAF2 (or 0x4FFAF2) is known color: Baby Blue. HEX triplet: 4F, FA and F2. RGB value is (79,250,242). Sum of RGB (Red+Green+Blue) = 79+250+242=571 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.84% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFAF2 is #B0050D. Grayscale: #C5C5C5. Windows color (decimal): -11535630 or 15923791. OLE color: 15923791.
HSL color Cylindrical-coordinate representation of color #4FFAF2: hue angle of 177.19º 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 #4FFAF2 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 242 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.02 |
| HSL | 177.19º | 0.94% | 0.65% | - |
| HSV(B) | 177.19º | 0.68% | 0.98% | - |
| XYZ | 53.44 | 76.44 | 95.94 | - |
| YUV | 197.96 | 152.85 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 242 | 0.68 | 0 | 0.03 | 0.02 | 177.19 | 0.94 | 0.65 |
| Hex | 4F | FA | F2 | 44 | 0 | 3 | 2 | B1 | 5E | 41 |
| Octal | 117 | 372 | 362 | 104 | 0 | 3 | 2 | 261 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11110010 | 1000100 | 0 | 11 | 10 | 10110001 | 1011110 | 1000001 |
Color Harmonies of #4FFAF2
Complementary color
Monochromatic Colors of #4FFAF2
Black with #4FFAF2
Text Example
Text Example
White with #4FFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAF2; }
p { color: rgb(79,250,242); }
H1.HeaderClassName
{
color: #4FFAF2;
}
.AnyTagClassName
{
color: #4FFAF2;
}
</style>
background-color css
<style>
a { background-color: #4FFAF2; }
a { background-color: rgb(79,250,242); }
div.DivClassName
{
background-color: #4FFAF2;
}
.BgClassName
{
background-color: #4FFAF2;
}
</style>
border-color css
<style>
span { border-color: #4FFAF2; }
span { border-color: rgb(79,250,242); }
td.TdClassName
{
border-color: #4FFAF2;
}
.TagClassName
{
border-color: #4FFAF2;
}
</style>