Shades of Baby Blue #4FEFF2
Tints of Baby Blue #4FEFF2
RGB
CMYK
RGB Variations
Color information
#4FEFF2 (or 0x4FEFF2) is known color: Baby Blue. HEX triplet: 4F, EF and F2. RGB value is (79,239,242). Sum of RGB (Red+Green+Blue) = 79+239+242=560 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.11% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FEFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEFF2 is #B0100D. Grayscale: #BFBFBF. Windows color (decimal): -11538446 or 15920975. OLE color: 15920975.
HSL color Cylindrical-coordinate representation of color #4FEFF2: hue angle of 181.1º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFF2 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 239 | 242 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.05 |
| HSL | 181.1º | 0.86% | 0.63% | - |
| HSV(B) | 181.1º | 0.67% | 0.95% | - |
| XYZ | 50.12 | 69.81 | 94.84 | - |
| YUV | 191.5 | 156.49 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 242 | 0.67 | 0.01 | 0 | 0.05 | 181.1 | 0.86 | 0.63 |
| Hex | 4F | EF | F2 | 43 | 1 | 0 | 5 | B5 | 56 | 3F |
| Octal | 117 | 357 | 362 | 103 | 1 | 0 | 5 | 265 | 126 | 77 |
| Binary | 1001111 | 11101111 | 11110010 | 1000011 | 1 | 0 | 101 | 10110101 | 1010110 | 111111 |
Color Harmonies of #4FEFF2
Complementary color
Monochromatic Colors of #4FEFF2
Black with #4FEFF2
Text Example
Text Example
White with #4FEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEFF2; }
p { color: rgb(79,239,242); }
H1.HeaderClassName
{
color: #4FEFF2;
}
.AnyTagClassName
{
color: #4FEFF2;
}
</style>
background-color css
<style>
a { background-color: #4FEFF2; }
a { background-color: rgb(79,239,242); }
div.DivClassName
{
background-color: #4FEFF2;
}
.BgClassName
{
background-color: #4FEFF2;
}
</style>
border-color css
<style>
span { border-color: #4FEFF2; }
span { border-color: rgb(79,239,242); }
td.TdClassName
{
border-color: #4FEFF2;
}
.TagClassName
{
border-color: #4FEFF2;
}
</style>