Shades of Baby Blue #4CEAFE
Tints of Baby Blue #4CEAFE
RGB
CMYK
RGB Variations
Color information
#4CEAFE (or 0x4CEAFE) is known color: Baby Blue. HEX triplet: 4C, EA and FE. RGB value is (76,234,254). Sum of RGB (Red+Green+Blue) = 76+234+254=564 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.48% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEAFE is #B31501. Grayscale: #BCBCBC. Windows color (decimal): -11736322 or 16706124. OLE color: 16706124.
HSL color Cylindrical-coordinate representation of color #4CEAFE: hue angle of 186.74º 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 #4CEAFE is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 234 | 254 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.00 |
| HSL | 186.74º | 0.99% | 0.65% | - |
| HSV(B) | 186.74º | 0.7% | 1% | - |
| XYZ | 50.29 | 67.54 | 104.15 | - |
| YUV | 189.04 | 164.65 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 254 | 0.70 | 0.08 | 0 | 0.00 | 186.74 | 0.99 | 0.65 |
| Hex | 4C | EA | FE | 46 | 8 | 0 | 0 | BB | 63 | 41 |
| Octal | 114 | 352 | 376 | 106 | 10 | 0 | 0 | 273 | 143 | 101 |
| Binary | 1001100 | 11101010 | 11111110 | 1000110 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000001 |
Color Harmonies of #4CEAFE
Complementary color
Monochromatic Colors of #4CEAFE
Black with #4CEAFE
Text Example
Text Example
White with #4CEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEAFE; }
p { color: rgb(76,234,254); }
H1.HeaderClassName
{
color: #4CEAFE;
}
.AnyTagClassName
{
color: #4CEAFE;
}
</style>
background-color css
<style>
a { background-color: #4CEAFE; }
a { background-color: rgb(76,234,254); }
div.DivClassName
{
background-color: #4CEAFE;
}
.BgClassName
{
background-color: #4CEAFE;
}
</style>
border-color css
<style>
span { border-color: #4CEAFE; }
span { border-color: rgb(76,234,254); }
td.TdClassName
{
border-color: #4CEAFE;
}
.TagClassName
{
border-color: #4CEAFE;
}
</style>