Shades of Baby Blue #4CF2FB
Tints of Baby Blue #4CF2FB
RGB
CMYK
RGB Variations
Color information
#4CF2FB (or 0x4CF2FB) is known color: Baby Blue. HEX triplet: 4C, F2 and FB. RGB value is (76,242,251). Sum of RGB (Red+Green+Blue) = 76+242+251=569 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.36% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CF2FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF2FB is #B30D04. Grayscale: #C1C1C1. Windows color (decimal): -11734277 or 16511564. OLE color: 16511564.
HSL color Cylindrical-coordinate representation of color #4CF2FB: hue angle of 183.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CF2FB is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 242 | 251 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.02 |
| HSL | 183.09º | 0.96% | 0.64% | - |
| HSV(B) | 183.09º | 0.7% | 0.98% | - |
| XYZ | 52.15 | 72.01 | 102.42 | - |
| YUV | 193.39 | 160.5 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 251 | 0.70 | 0.04 | 0 | 0.02 | 183.09 | 0.96 | 0.64 |
| Hex | 4C | F2 | FB | 46 | 4 | 0 | 2 | B7 | 60 | 40 |
| Octal | 114 | 362 | 373 | 106 | 4 | 0 | 2 | 267 | 140 | 100 |
| Binary | 1001100 | 11110010 | 11111011 | 1000110 | 100 | 0 | 10 | 10110111 | 1100000 | 1000000 |
Color Harmonies of #4CF2FB
Complementary color
Monochromatic Colors of #4CF2FB
Black with #4CF2FB
Text Example
Text Example
White with #4CF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2FB; }
p { color: rgb(76,242,251); }
H1.HeaderClassName
{
color: #4CF2FB;
}
.AnyTagClassName
{
color: #4CF2FB;
}
</style>
background-color css
<style>
a { background-color: #4CF2FB; }
a { background-color: rgb(76,242,251); }
div.DivClassName
{
background-color: #4CF2FB;
}
.BgClassName
{
background-color: #4CF2FB;
}
</style>
border-color css
<style>
span { border-color: #4CF2FB; }
span { border-color: rgb(76,242,251); }
td.TdClassName
{
border-color: #4CF2FB;
}
.TagClassName
{
border-color: #4CF2FB;
}
</style>