Shades of Baby Blue #4CFDEB
Tints of Baby Blue #4CFDEB
RGB
CMYK
RGB Variations
Color information
#4CFDEB (or 0x4CFDEB) is known color: Baby Blue. HEX triplet: 4C, FD and EB. RGB value is (76,253,235). Sum of RGB (Red+Green+Blue) = 76+253+235=564 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.48% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFDEB is #B30214. Grayscale: #C5C5C5. Windows color (decimal): -11731477 or 15465804. OLE color: 15465804.
HSL color Cylindrical-coordinate representation of color #4CFDEB: hue angle of 173.9º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFDEB is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 253 | 235 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.01 |
| HSL | 173.9º | 0.98% | 0.65% | - |
| HSV(B) | 173.9º | 0.7% | 0.99% | - |
| XYZ | 53.1 | 77.79 | 90.81 | - |
| YUV | 198.03 | 148.86 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 253 | 235 | 0.70 | 0 | 0.07 | 0.01 | 173.9 | 0.98 | 0.65 |
| Hex | 4C | FD | EB | 46 | 0 | 7 | 1 | AE | 62 | 41 |
| Octal | 114 | 375 | 353 | 106 | 0 | 7 | 1 | 256 | 142 | 101 |
| Binary | 1001100 | 11111101 | 11101011 | 1000110 | 0 | 111 | 1 | 10101110 | 1100010 | 1000001 |
Color Harmonies of #4CFDEB
Complementary color
Monochromatic Colors of #4CFDEB
Black with #4CFDEB
Text Example
Text Example
White with #4CFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFDEB; }
p { color: rgb(76,253,235); }
H1.HeaderClassName
{
color: #4CFDEB;
}
.AnyTagClassName
{
color: #4CFDEB;
}
</style>
background-color css
<style>
a { background-color: #4CFDEB; }
a { background-color: rgb(76,253,235); }
div.DivClassName
{
background-color: #4CFDEB;
}
.BgClassName
{
background-color: #4CFDEB;
}
</style>
border-color css
<style>
span { border-color: #4CFDEB; }
span { border-color: rgb(76,253,235); }
td.TdClassName
{
border-color: #4CFDEB;
}
.TagClassName
{
border-color: #4CFDEB;
}
</style>