Shades of Baby Blue #4CFAF9
Tints of Baby Blue #4CFAF9
RGB
CMYK
RGB Variations
Color information
#4CFAF9 (or 0x4CFAF9) is known color: Baby Blue. HEX triplet: 4C, FA and F9. RGB value is (76,250,249). Sum of RGB (Red+Green+Blue) = 76+250+249=575 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.22% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFAF9 is #B30506. Grayscale: #C5C5C5. Windows color (decimal): -11732231 or 16382540. OLE color: 16382540.
HSL color Cylindrical-coordinate representation of color #4CFAF9: hue angle of 179.66º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAF9 is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 249 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.02 |
| HSL | 179.66º | 0.95% | 0.64% | - |
| HSV(B) | 179.66º | 0.7% | 0.98% | - |
| XYZ | 54.26 | 76.75 | 101.58 | - |
| YUV | 197.86 | 156.85 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 249 | 0.70 | 0 | 0.00 | 0.02 | 179.66 | 0.95 | 0.64 |
| Hex | 4C | FA | F9 | 46 | 0 | 0 | 2 | B4 | 5F | 40 |
| Octal | 114 | 372 | 371 | 106 | 0 | 0 | 2 | 264 | 137 | 100 |
| Binary | 1001100 | 11111010 | 11111001 | 1000110 | 0 | 0 | 10 | 10110100 | 1011111 | 1000000 |
Color Harmonies of #4CFAF9
Complementary color
Monochromatic Colors of #4CFAF9
Black with #4CFAF9
Text Example
Text Example
White with #4CFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFAF9; }
p { color: rgb(76,250,249); }
H1.HeaderClassName
{
color: #4CFAF9;
}
.AnyTagClassName
{
color: #4CFAF9;
}
</style>
background-color css
<style>
a { background-color: #4CFAF9; }
a { background-color: rgb(76,250,249); }
div.DivClassName
{
background-color: #4CFAF9;
}
.BgClassName
{
background-color: #4CFAF9;
}
</style>
border-color css
<style>
span { border-color: #4CFAF9; }
span { border-color: rgb(76,250,249); }
td.TdClassName
{
border-color: #4CFAF9;
}
.TagClassName
{
border-color: #4CFAF9;
}
</style>