Shades of Baby Blue #4CFEEB
Tints of Baby Blue #4CFEEB
RGB
CMYK
RGB Variations
Color information
#4CFEEB (or 0x4CFEEB) is known color: Baby Blue. HEX triplet: 4C, FE and EB. RGB value is (76,254,235). Sum of RGB (Red+Green+Blue) = 76+254+235=565 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.45% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFEEB is #B30114. Grayscale: #C6C6C6. Windows color (decimal): -11731221 or 15466060. OLE color: 15466060.
HSL color Cylindrical-coordinate representation of color #4CFEEB: hue angle of 173.6º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFEEB is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 235 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.00 |
| HSL | 173.6º | 0.99% | 0.65% | - |
| HSV(B) | 173.6º | 0.7% | 1% | - |
| XYZ | 53.42 | 78.42 | 90.92 | - |
| YUV | 198.61 | 148.53 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 235 | 0.70 | 0 | 0.07 | 0.00 | 173.6 | 0.99 | 0.65 |
| Hex | 4C | FE | EB | 46 | 0 | 7 | 0 | AE | 63 | 41 |
| Octal | 114 | 376 | 353 | 106 | 0 | 7 | 0 | 256 | 143 | 101 |
| Binary | 1001100 | 11111110 | 11101011 | 1000110 | 0 | 111 | 0 | 10101110 | 1100011 | 1000001 |
Color Harmonies of #4CFEEB
Complementary color
Monochromatic Colors of #4CFEEB
Black with #4CFEEB
Text Example
Text Example
White with #4CFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEEB; }
p { color: rgb(76,254,235); }
H1.HeaderClassName
{
color: #4CFEEB;
}
.AnyTagClassName
{
color: #4CFEEB;
}
</style>
background-color css
<style>
a { background-color: #4CFEEB; }
a { background-color: rgb(76,254,235); }
div.DivClassName
{
background-color: #4CFEEB;
}
.BgClassName
{
background-color: #4CFEEB;
}
</style>
border-color css
<style>
span { border-color: #4CFEEB; }
span { border-color: rgb(76,254,235); }
td.TdClassName
{
border-color: #4CFEEB;
}
.TagClassName
{
border-color: #4CFEEB;
}
</style>