Shades of Baby Blue #4CEAFF
Tints of Baby Blue #4CEAFF
RGB
CMYK
RGB Variations
Color information
#4CEAFF (or 0x4CEAFF) is known color: Baby Blue. HEX triplet: 4C, EA and FF. RGB value is (76,234,255). Sum of RGB (Red+Green+Blue) = 76+234+255=565 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.45% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CEAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEAFF is #B31500. Grayscale: #BCBCBC. Windows color (decimal): -11736321 or 16771660. OLE color: 16771660.
HSL color Cylindrical-coordinate representation of color #4CEAFF: hue angle of 187.04º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CEAFF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 234 | 255 | - |
| CMYK | 0.70 | 0.08 | 0 | 0 |
| HSL | 187.04º | 1% | 0.65% | - |
| HSV(B) | 187.04º | 0.7% | 1% | - |
| XYZ | 50.45 | 67.6 | 105 | - |
| YUV | 189.15 | 165.15 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 255 | 0.70 | 0.08 | 0 | 0 | 187.04 | 1 | 0.65 |
| Hex | 4C | EA | FF | 46 | 8 | 0 | 0 | BB | 64 | 41 |
| Octal | 114 | 352 | 377 | 106 | 10 | 0 | 0 | 273 | 144 | 101 |
| Binary | 1001100 | 11101010 | 11111111 | 1000110 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000001 |
Color Harmonies of #4CEAFF
Complementary color
Monochromatic Colors of #4CEAFF
Black with #4CEAFF
Text Example
Text Example
White with #4CEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEAFF; }
p { color: rgb(76,234,255); }
H1.HeaderClassName
{
color: #4CEAFF;
}
.AnyTagClassName
{
color: #4CEAFF;
}
</style>
background-color css
<style>
a { background-color: #4CEAFF; }
a { background-color: rgb(76,234,255); }
div.DivClassName
{
background-color: #4CEAFF;
}
.BgClassName
{
background-color: #4CEAFF;
}
</style>
border-color css
<style>
span { border-color: #4CEAFF; }
span { border-color: rgb(76,234,255); }
td.TdClassName
{
border-color: #4CEAFF;
}
.TagClassName
{
border-color: #4CEAFF;
}
</style>