Shades of Baby Blue #4FF5F2
Tints of Baby Blue #4FF5F2
RGB
CMYK
RGB Variations
Color information
#4FF5F2 (or 0x4FF5F2) is known color: Baby Blue. HEX triplet: 4F, F5 and F2. RGB value is (79,245,242). Sum of RGB (Red+Green+Blue) = 79+245+242=566 (74% of max value = 765). Red value is 79 (31.25% from 255 or 13.96% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #4FF5F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FF5F2 is #B00A0D. Grayscale: #C2C2C2. Windows color (decimal): -11536910 or 15922511. OLE color: 15922511.
HSL color Cylindrical-coordinate representation of color #4FF5F2: hue angle of 178.92º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF5F2 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 245 | 242 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.04 |
| HSL | 178.92º | 0.89% | 0.64% | - |
| HSV(B) | 178.92º | 0.68% | 0.96% | - |
| XYZ | 51.9 | 73.38 | 95.43 | - |
| YUV | 195.02 | 154.5 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 245 | 242 | 0.68 | 0 | 0.01 | 0.04 | 178.92 | 0.89 | 0.64 |
| Hex | 4F | F5 | F2 | 44 | 0 | 1 | 4 | B3 | 59 | 40 |
| Octal | 117 | 365 | 362 | 104 | 0 | 1 | 4 | 263 | 131 | 100 |
| Binary | 1001111 | 11110101 | 11110010 | 1000100 | 0 | 1 | 100 | 10110011 | 1011001 | 1000000 |
Color Harmonies of #4FF5F2
Complementary color
Monochromatic Colors of #4FF5F2
Black with #4FF5F2
Text Example
Text Example
White with #4FF5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF5F2; }
p { color: rgb(79,245,242); }
H1.HeaderClassName
{
color: #4FF5F2;
}
.AnyTagClassName
{
color: #4FF5F2;
}
</style>
background-color css
<style>
a { background-color: #4FF5F2; }
a { background-color: rgb(79,245,242); }
div.DivClassName
{
background-color: #4FF5F2;
}
.BgClassName
{
background-color: #4FF5F2;
}
</style>
border-color css
<style>
span { border-color: #4FF5F2; }
span { border-color: rgb(79,245,242); }
td.TdClassName
{
border-color: #4FF5F2;
}
.TagClassName
{
border-color: #4FF5F2;
}
</style>