Shades of Baby Blue #4CF8FA
Tints of Baby Blue #4CF8FA
RGB
CMYK
RGB Variations
Color information
#4CF8FA (or 0x4CF8FA) is known color: Baby Blue. HEX triplet: 4C, F8 and FA. RGB value is (76,248,250). Sum of RGB (Red+Green+Blue) = 76+248+250=574 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.24% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CF8FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF8FA is #B30705. Grayscale: #C4C4C4. Windows color (decimal): -11732742 or 16447564. OLE color: 16447564.
HSL color Cylindrical-coordinate representation of color #4CF8FA: hue angle of 180.69º 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 #4CF8FA is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 248 | 250 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.02 |
| HSL | 180.69º | 0.95% | 0.64% | - |
| HSV(B) | 180.69º | 0.7% | 0.98% | - |
| XYZ | 53.8 | 75.57 | 102.19 | - |
| YUV | 196.8 | 158.02 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 248 | 250 | 0.70 | 0.01 | 0 | 0.02 | 180.69 | 0.95 | 0.64 |
| Hex | 4C | F8 | FA | 46 | 1 | 0 | 2 | B5 | 5F | 40 |
| Octal | 114 | 370 | 372 | 106 | 1 | 0 | 2 | 265 | 137 | 100 |
| Binary | 1001100 | 11111000 | 11111010 | 1000110 | 1 | 0 | 10 | 10110101 | 1011111 | 1000000 |
Color Harmonies of #4CF8FA
Complementary color
Monochromatic Colors of #4CF8FA
Black with #4CF8FA
Text Example
Text Example
White with #4CF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF8FA; }
p { color: rgb(76,248,250); }
H1.HeaderClassName
{
color: #4CF8FA;
}
.AnyTagClassName
{
color: #4CF8FA;
}
</style>
background-color css
<style>
a { background-color: #4CF8FA; }
a { background-color: rgb(76,248,250); }
div.DivClassName
{
background-color: #4CF8FA;
}
.BgClassName
{
background-color: #4CF8FA;
}
</style>
border-color css
<style>
span { border-color: #4CF8FA; }
span { border-color: rgb(76,248,250); }
td.TdClassName
{
border-color: #4CF8FA;
}
.TagClassName
{
border-color: #4CF8FA;
}
</style>