Shades of Baby Blue #4CEDFE
Tints of Baby Blue #4CEDFE
RGB
CMYK
RGB Variations
Color information
#4CEDFE (or 0x4CEDFE) is known color: Baby Blue. HEX triplet: 4C, ED and FE. RGB value is (76,237,254). Sum of RGB (Red+Green+Blue) = 76+237+254=567 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.40% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CEDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEDFE is #B31201. Grayscale: #BEBEBE. Windows color (decimal): -11735554 or 16706892. OLE color: 16706892.
HSL color Cylindrical-coordinate representation of color #4CEDFE: hue angle of 185.73º 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 #4CEDFE is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 237 | 254 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.00 |
| HSL | 185.73º | 0.99% | 0.65% | - |
| HSV(B) | 185.73º | 0.7% | 1% | - |
| XYZ | 51.15 | 69.26 | 104.44 | - |
| YUV | 190.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 254 | 0.70 | 0.07 | 0 | 0.00 | 185.73 | 0.99 | 0.65 |
| Hex | 4C | ED | FE | 46 | 7 | 0 | 0 | BA | 63 | 41 |
| Octal | 114 | 355 | 376 | 106 | 7 | 0 | 0 | 272 | 143 | 101 |
| Binary | 1001100 | 11101101 | 11111110 | 1000110 | 111 | 0 | 0 | 10111010 | 1100011 | 1000001 |
Color Harmonies of #4CEDFE
Complementary color
Monochromatic Colors of #4CEDFE
Black with #4CEDFE
Text Example
Text Example
White with #4CEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEDFE; }
p { color: rgb(76,237,254); }
H1.HeaderClassName
{
color: #4CEDFE;
}
.AnyTagClassName
{
color: #4CEDFE;
}
</style>
background-color css
<style>
a { background-color: #4CEDFE; }
a { background-color: rgb(76,237,254); }
div.DivClassName
{
background-color: #4CEDFE;
}
.BgClassName
{
background-color: #4CEDFE;
}
</style>
border-color css
<style>
span { border-color: #4CEDFE; }
span { border-color: rgb(76,237,254); }
td.TdClassName
{
border-color: #4CEDFE;
}
.TagClassName
{
border-color: #4CEDFE;
}
</style>