Shades of Baby Blue #4BFDEC
Tints of Baby Blue #4BFDEC
RGB
CMYK
RGB Variations
Color information
#4BFDEC (or 0x4BFDEC) is known color: Baby Blue. HEX triplet: 4B, FD and EC. RGB value is (75,253,236). Sum of RGB (Red+Green+Blue) = 75+253+236=564 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.30% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFDEC is #B40213. Grayscale: #C5C5C5. Windows color (decimal): -11797012 or 15531339. OLE color: 15531339.
HSL color Cylindrical-coordinate representation of color #4BFDEC: hue angle of 174.27º degrees, saturation: 0.98, 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 #4BFDEC is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 236 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.01 |
| HSL | 174.27º | 0.98% | 0.64% | - |
| HSV(B) | 174.27º | 0.7% | 0.99% | - |
| XYZ | 53.17 | 77.8 | 91.57 | - |
| YUV | 197.84 | 149.53 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 236 | 0.70 | 0 | 0.07 | 0.01 | 174.27 | 0.98 | 0.64 |
| Hex | 4B | FD | EC | 46 | 0 | 7 | 1 | AE | 62 | 40 |
| Octal | 113 | 375 | 354 | 106 | 0 | 7 | 1 | 256 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11101100 | 1000110 | 0 | 111 | 1 | 10101110 | 1100010 | 1000000 |
Color Harmonies of #4BFDEC
Complementary color
Monochromatic Colors of #4BFDEC
Black with #4BFDEC
Text Example
Text Example
White with #4BFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDEC; }
p { color: rgb(75,253,236); }
H1.HeaderClassName
{
color: #4BFDEC;
}
.AnyTagClassName
{
color: #4BFDEC;
}
</style>
background-color css
<style>
a { background-color: #4BFDEC; }
a { background-color: rgb(75,253,236); }
div.DivClassName
{
background-color: #4BFDEC;
}
.BgClassName
{
background-color: #4BFDEC;
}
</style>
border-color css
<style>
span { border-color: #4BFDEC; }
span { border-color: rgb(75,253,236); }
td.TdClassName
{
border-color: #4BFDEC;
}
.TagClassName
{
border-color: #4BFDEC;
}
</style>