Shades of Baby Blue #4CFFFF
Tints of Baby Blue #4CFFFF
RGB
CMYK
RGB Variations
Color information
#4CFFFF (or 0x4CFFFF) is known color: Baby Blue. HEX triplet: 4C, FF and FF. RGB value is (76,255,255). Sum of RGB (Red+Green+Blue) = 76+255+255=586 (77% of max value = 765). Red value is 76 (30.08% from 255 or 12.97% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #4CFFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFFFF is #B30000. Grayscale: #C9C9C9. Windows color (decimal): -11730945 or 16777036. OLE color: 16777036.
HSL color Cylindrical-coordinate representation of color #4CFFFF: hue angle of 180º 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 #4CFFFF is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 255 | - |
| CMYK | 0.70 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.65% | - |
| HSV(B) | 180º | 0.7% | 1% | - |
| XYZ | 56.79 | 80.28 | 107.11 | - |
| YUV | 201.48 | 158.2 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 255 | 0.70 | 0 | 0 | 0 | 180 | 1 | 0.65 |
| Hex | 4C | FF | FF | 46 | 0 | 0 | 0 | B4 | 64 | 41 |
| Octal | 114 | 377 | 377 | 106 | 0 | 0 | 0 | 264 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11111111 | 1000110 | 0 | 0 | 0 | 10110100 | 1100100 | 1000001 |
Color Harmonies of #4CFFFF
Complementary color
Monochromatic Colors of #4CFFFF
Black with #4CFFFF
Text Example
Text Example
White with #4CFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFFF; }
p { color: rgb(76,255,255); }
H1.HeaderClassName
{
color: #4CFFFF;
}
.AnyTagClassName
{
color: #4CFFFF;
}
</style>
background-color css
<style>
a { background-color: #4CFFFF; }
a { background-color: rgb(76,255,255); }
div.DivClassName
{
background-color: #4CFFFF;
}
.BgClassName
{
background-color: #4CFFFF;
}
</style>
border-color css
<style>
span { border-color: #4CFFFF; }
span { border-color: rgb(76,255,255); }
td.TdClassName
{
border-color: #4CFFFF;
}
.TagClassName
{
border-color: #4CFFFF;
}
</style>