Shades of Baby Blue #4CFBED
Tints of Baby Blue #4CFBED
RGB
CMYK
RGB Variations
Color information
#4CFBED (or 0x4CFBED) is known color: Baby Blue. HEX triplet: 4C, FB and ED. RGB value is (76,251,237). Sum of RGB (Red+Green+Blue) = 76+251+237=564 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.48% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBED is #B30412. Grayscale: #C4C4C4. Windows color (decimal): -11731987 or 15596364. OLE color: 15596364.
HSL color Cylindrical-coordinate representation of color #4CFBED: hue angle of 175.2º 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 #4CFBED is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 237 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.02 |
| HSL | 175.2º | 0.96% | 0.64% | - |
| HSV(B) | 175.2º | 0.7% | 0.98% | - |
| XYZ | 52.76 | 76.65 | 92.13 | - |
| YUV | 197.08 | 150.52 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 237 | 0.70 | 0 | 0.06 | 0.02 | 175.2 | 0.96 | 0.64 |
| Hex | 4C | FB | ED | 46 | 0 | 6 | 2 | AF | 60 | 40 |
| Octal | 114 | 373 | 355 | 106 | 0 | 6 | 2 | 257 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11101101 | 1000110 | 0 | 110 | 10 | 10101111 | 1100000 | 1000000 |
Color Harmonies of #4CFBED
Complementary color
Monochromatic Colors of #4CFBED
Black with #4CFBED
Text Example
Text Example
White with #4CFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBED; }
p { color: rgb(76,251,237); }
H1.HeaderClassName
{
color: #4CFBED;
}
.AnyTagClassName
{
color: #4CFBED;
}
</style>
background-color css
<style>
a { background-color: #4CFBED; }
a { background-color: rgb(76,251,237); }
div.DivClassName
{
background-color: #4CFBED;
}
.BgClassName
{
background-color: #4CFBED;
}
</style>
border-color css
<style>
span { border-color: #4CFBED; }
span { border-color: rgb(76,251,237); }
td.TdClassName
{
border-color: #4CFBED;
}
.TagClassName
{
border-color: #4CFBED;
}
</style>