Shades of Baby Blue #4CFAED
Tints of Baby Blue #4CFAED
RGB
CMYK
RGB Variations
Color information
#4CFAED (or 0x4CFAED) is known color: Baby Blue. HEX triplet: 4C, FA and ED. RGB value is (76,250,237). Sum of RGB (Red+Green+Blue) = 76+250+237=563 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.50% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFAED is #B30512. Grayscale: #C4C4C4. Windows color (decimal): -11732243 or 15596108. OLE color: 15596108.
HSL color Cylindrical-coordinate representation of color #4CFAED: hue angle of 175.52º degrees, saturation: 0.95, 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 #4CFAED is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 237 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.02 |
| HSL | 175.52º | 0.95% | 0.64% | - |
| HSV(B) | 175.52º | 0.7% | 0.98% | - |
| XYZ | 52.45 | 76.02 | 92.03 | - |
| YUV | 196.49 | 150.85 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 237 | 0.70 | 0 | 0.05 | 0.02 | 175.52 | 0.95 | 0.64 |
| Hex | 4C | FA | ED | 46 | 0 | 5 | 2 | B0 | 5F | 40 |
| Octal | 114 | 372 | 355 | 106 | 0 | 5 | 2 | 260 | 137 | 100 |
| Binary | 1001100 | 11111010 | 11101101 | 1000110 | 0 | 101 | 10 | 10110000 | 1011111 | 1000000 |
Color Harmonies of #4CFAED
Complementary color
Monochromatic Colors of #4CFAED
Black with #4CFAED
Text Example
Text Example
White with #4CFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFAED; }
p { color: rgb(76,250,237); }
H1.HeaderClassName
{
color: #4CFAED;
}
.AnyTagClassName
{
color: #4CFAED;
}
</style>
background-color css
<style>
a { background-color: #4CFAED; }
a { background-color: rgb(76,250,237); }
div.DivClassName
{
background-color: #4CFAED;
}
.BgClassName
{
background-color: #4CFAED;
}
</style>
border-color css
<style>
span { border-color: #4CFAED; }
span { border-color: rgb(76,250,237); }
td.TdClassName
{
border-color: #4CFAED;
}
.TagClassName
{
border-color: #4CFAED;
}
</style>