Shades of Baby Blue #4FFCF3
Tints of Baby Blue #4FFCF3
RGB
CMYK
RGB Variations
Color information
#4FFCF3 (or 0x4FFCF3) is known color: Baby Blue. HEX triplet: 4F, FC and F3. RGB value is (79,252,243). Sum of RGB (Red+Green+Blue) = 79+252+243=574 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.76% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCF3 is #B0030C. Grayscale: #C7C7C7. Windows color (decimal): -11535117 or 15989839. OLE color: 15989839.
HSL color Cylindrical-coordinate representation of color #4FFCF3: hue angle of 176.88º degrees, saturation: 0.97, 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 #4FFCF3 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 243 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.01 |
| HSL | 176.88º | 0.97% | 0.65% | - |
| HSV(B) | 176.88º | 0.69% | 0.99% | - |
| XYZ | 54.21 | 77.75 | 96.94 | - |
| YUV | 199.25 | 152.69 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 243 | 0.69 | 0 | 0.04 | 0.01 | 176.88 | 0.97 | 0.65 |
| Hex | 4F | FC | F3 | 45 | 0 | 4 | 1 | B1 | 61 | 41 |
| Octal | 117 | 374 | 363 | 105 | 0 | 4 | 1 | 261 | 141 | 101 |
| Binary | 1001111 | 11111100 | 11110011 | 1000101 | 0 | 100 | 1 | 10110001 | 1100001 | 1000001 |
Color Harmonies of #4FFCF3
Complementary color
Monochromatic Colors of #4FFCF3
Black with #4FFCF3
Text Example
Text Example
White with #4FFCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCF3; }
p { color: rgb(79,252,243); }
H1.HeaderClassName
{
color: #4FFCF3;
}
.AnyTagClassName
{
color: #4FFCF3;
}
</style>
background-color css
<style>
a { background-color: #4FFCF3; }
a { background-color: rgb(79,252,243); }
div.DivClassName
{
background-color: #4FFCF3;
}
.BgClassName
{
background-color: #4FFCF3;
}
</style>
border-color css
<style>
span { border-color: #4FFCF3; }
span { border-color: rgb(79,252,243); }
td.TdClassName
{
border-color: #4FFCF3;
}
.TagClassName
{
border-color: #4FFCF3;
}
</style>