Shades of Baby Blue #4CFEFF
Tints of Baby Blue #4CFEFF
RGB
CMYK
RGB Variations
Color information
#4CFEFF (or 0x4CFEFF) is known color: Baby Blue. HEX triplet: 4C, FE and FF. RGB value is (76,254,255). Sum of RGB (Red+Green+Blue) = 76+254+255=585 (77% of max value = 765). Red value is 76 (30.08% from 255 or 12.99% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CFEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFEFF is #B30100. Grayscale: #C8C8C8. Windows color (decimal): -11731201 or 16776780. OLE color: 16776780.
HSL color Cylindrical-coordinate representation of color #4CFEFF: hue angle of 180.34º 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 #4CFEFF is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 254 | 255 | - |
| CMYK | 0.70 | 0.00 | 0 | 0 |
| HSL | 180.34º | 1% | 0.65% | - |
| HSV(B) | 180.34º | 0.7% | 1% | - |
| XYZ | 56.47 | 79.64 | 107 | - |
| YUV | 200.89 | 158.53 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 255 | 0.70 | 0.00 | 0 | 0 | 180.34 | 1 | 0.65 |
| Hex | 4C | FE | FF | 46 | 0 | 0 | 0 | B4 | 64 | 41 |
| Octal | 114 | 376 | 377 | 106 | 0 | 0 | 0 | 264 | 144 | 101 |
| Binary | 1001100 | 11111110 | 11111111 | 1000110 | 0 | 0 | 0 | 10110100 | 1100100 | 1000001 |
Color Harmonies of #4CFEFF
Complementary color
Monochromatic Colors of #4CFEFF
Black with #4CFEFF
Text Example
Text Example
White with #4CFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEFF; }
p { color: rgb(76,254,255); }
H1.HeaderClassName
{
color: #4CFEFF;
}
.AnyTagClassName
{
color: #4CFEFF;
}
</style>
background-color css
<style>
a { background-color: #4CFEFF; }
a { background-color: rgb(76,254,255); }
div.DivClassName
{
background-color: #4CFEFF;
}
.BgClassName
{
background-color: #4CFEFF;
}
</style>
border-color css
<style>
span { border-color: #4CFEFF; }
span { border-color: rgb(76,254,255); }
td.TdClassName
{
border-color: #4CFEFF;
}
.TagClassName
{
border-color: #4CFEFF;
}
</style>