Shades of Baby Blue #4CFFF9
Tints of Baby Blue #4CFFF9
RGB
CMYK
RGB Variations
Color information
#4CFFF9 (or 0x4CFFF9) is known color: Baby Blue. HEX triplet: 4C, FF and F9. RGB value is (76,255,249). Sum of RGB (Red+Green+Blue) = 76+255+249=580 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.10% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFFF9 is #B30006. Grayscale: #C8C8C8. Windows color (decimal): -11730951 or 16383820. OLE color: 16383820.
HSL color Cylindrical-coordinate representation of color #4CFFF9: hue angle of 177.99º 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 #4CFFF9 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 249 | - |
| CMYK | 0.70 | 0 | 0.02 | 0 |
| HSL | 177.99º | 1% | 0.65% | - |
| HSV(B) | 177.99º | 0.7% | 1% | - |
| XYZ | 55.84 | 79.9 | 102.1 | - |
| YUV | 200.8 | 155.2 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 249 | 0.70 | 0 | 0.02 | 0 | 177.99 | 1 | 0.65 |
| Hex | 4C | FF | F9 | 46 | 0 | 2 | 0 | B2 | 64 | 41 |
| Octal | 114 | 377 | 371 | 106 | 0 | 2 | 0 | 262 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11111001 | 1000110 | 0 | 10 | 0 | 10110010 | 1100100 | 1000001 |
Color Harmonies of #4CFFF9
Complementary color
Monochromatic Colors of #4CFFF9
Black with #4CFFF9
Text Example
Text Example
White with #4CFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFF9; }
p { color: rgb(76,255,249); }
H1.HeaderClassName
{
color: #4CFFF9;
}
.AnyTagClassName
{
color: #4CFFF9;
}
</style>
background-color css
<style>
a { background-color: #4CFFF9; }
a { background-color: rgb(76,255,249); }
div.DivClassName
{
background-color: #4CFFF9;
}
.BgClassName
{
background-color: #4CFFF9;
}
</style>
border-color css
<style>
span { border-color: #4CFFF9; }
span { border-color: rgb(76,255,249); }
td.TdClassName
{
border-color: #4CFFF9;
}
.TagClassName
{
border-color: #4CFFF9;
}
</style>