Shades of Baby Blue #4FFDF2
Tints of Baby Blue #4FFDF2
RGB
CMYK
RGB Variations
Color information
#4FFDF2 (or 0x4FFDF2) is known color: Baby Blue. HEX triplet: 4F, FD and F2. RGB value is (79,253,242). Sum of RGB (Red+Green+Blue) = 79+253+242=574 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.76% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDF2 is #B0020D. Grayscale: #C7C7C7. Windows color (decimal): -11534862 or 15924559. OLE color: 15924559.
HSL color Cylindrical-coordinate representation of color #4FFDF2: hue angle of 176.21º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDF2 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 242 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.01 |
| HSL | 176.21º | 0.98% | 0.65% | - |
| HSV(B) | 176.21º | 0.69% | 0.99% | - |
| XYZ | 54.38 | 78.32 | 96.26 | - |
| YUV | 199.72 | 151.85 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 242 | 0.69 | 0 | 0.04 | 0.01 | 176.21 | 0.98 | 0.65 |
| Hex | 4F | FD | F2 | 45 | 0 | 4 | 1 | B0 | 62 | 41 |
| Octal | 117 | 375 | 362 | 105 | 0 | 4 | 1 | 260 | 142 | 101 |
| Binary | 1001111 | 11111101 | 11110010 | 1000101 | 0 | 100 | 1 | 10110000 | 1100010 | 1000001 |
Color Harmonies of #4FFDF2
Complementary color
Monochromatic Colors of #4FFDF2
Black with #4FFDF2
Text Example
Text Example
White with #4FFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDF2; }
p { color: rgb(79,253,242); }
H1.HeaderClassName
{
color: #4FFDF2;
}
.AnyTagClassName
{
color: #4FFDF2;
}
</style>
background-color css
<style>
a { background-color: #4FFDF2; }
a { background-color: rgb(79,253,242); }
div.DivClassName
{
background-color: #4FFDF2;
}
.BgClassName
{
background-color: #4FFDF2;
}
</style>
border-color css
<style>
span { border-color: #4FFDF2; }
span { border-color: rgb(79,253,242); }
td.TdClassName
{
border-color: #4FFDF2;
}
.TagClassName
{
border-color: #4FFDF2;
}
</style>