Shades of Baby Blue #4CFCFB
Tints of Baby Blue #4CFCFB
RGB
CMYK
RGB Variations
Color information
#4CFCFB (or 0x4CFCFB) is known color: Baby Blue. HEX triplet: 4C, FC and FB. RGB value is (76,252,251). Sum of RGB (Red+Green+Blue) = 76+252+251=579 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.13% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFCFB is #B30304. Grayscale: #C7C7C7. Windows color (decimal): -11731717 or 16514124. OLE color: 16514124.
HSL color Cylindrical-coordinate representation of color #4CFCFB: hue angle of 179.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFCFB is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 251 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.01 |
| HSL | 179.66º | 0.97% | 0.64% | - |
| HSV(B) | 179.66º | 0.7% | 0.99% | - |
| XYZ | 55.2 | 78.12 | 103.44 | - |
| YUV | 199.26 | 157.19 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 251 | 0.70 | 0 | 0.00 | 0.01 | 179.66 | 0.97 | 0.64 |
| Hex | 4C | FC | FB | 46 | 0 | 0 | 1 | B4 | 61 | 40 |
| Octal | 114 | 374 | 373 | 106 | 0 | 0 | 1 | 264 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11111011 | 1000110 | 0 | 0 | 1 | 10110100 | 1100001 | 1000000 |
Color Harmonies of #4CFCFB
Complementary color
Monochromatic Colors of #4CFCFB
Black with #4CFCFB
Text Example
Text Example
White with #4CFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCFB; }
p { color: rgb(76,252,251); }
H1.HeaderClassName
{
color: #4CFCFB;
}
.AnyTagClassName
{
color: #4CFCFB;
}
</style>
background-color css
<style>
a { background-color: #4CFCFB; }
a { background-color: rgb(76,252,251); }
div.DivClassName
{
background-color: #4CFCFB;
}
.BgClassName
{
background-color: #4CFCFB;
}
</style>
border-color css
<style>
span { border-color: #4CFCFB; }
span { border-color: rgb(76,252,251); }
td.TdClassName
{
border-color: #4CFCFB;
}
.TagClassName
{
border-color: #4CFCFB;
}
</style>