Shades of Baby Blue #4CF2FA
Tints of Baby Blue #4CF2FA
RGB
CMYK
RGB Variations
Color information
#4CF2FA (or 0x4CF2FA) is known color: Baby Blue. HEX triplet: 4C, F2 and FA. RGB value is (76,242,250). Sum of RGB (Red+Green+Blue) = 76+242+250=568 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.38% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CF2FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF2FA is #B30D05. Grayscale: #C1C1C1. Windows color (decimal): -11734278 or 16446028. OLE color: 16446028.
HSL color Cylindrical-coordinate representation of color #4CF2FA: hue angle of 182.76º 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 #4CF2FA is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 242 | 250 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.02 |
| HSL | 182.76º | 0.95% | 0.64% | - |
| HSV(B) | 182.76º | 0.7% | 0.98% | - |
| XYZ | 51.99 | 71.94 | 101.59 | - |
| YUV | 193.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 250 | 0.70 | 0.03 | 0 | 0.02 | 182.76 | 0.95 | 0.64 |
| Hex | 4C | F2 | FA | 46 | 3 | 0 | 2 | B7 | 5F | 40 |
| Octal | 114 | 362 | 372 | 106 | 3 | 0 | 2 | 267 | 137 | 100 |
| Binary | 1001100 | 11110010 | 11111010 | 1000110 | 11 | 0 | 10 | 10110111 | 1011111 | 1000000 |
Color Harmonies of #4CF2FA
Complementary color
Monochromatic Colors of #4CF2FA
Black with #4CF2FA
Text Example
Text Example
White with #4CF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2FA; }
p { color: rgb(76,242,250); }
H1.HeaderClassName
{
color: #4CF2FA;
}
.AnyTagClassName
{
color: #4CF2FA;
}
</style>
background-color css
<style>
a { background-color: #4CF2FA; }
a { background-color: rgb(76,242,250); }
div.DivClassName
{
background-color: #4CF2FA;
}
.BgClassName
{
background-color: #4CF2FA;
}
</style>
border-color css
<style>
span { border-color: #4CF2FA; }
span { border-color: rgb(76,242,250); }
td.TdClassName
{
border-color: #4CF2FA;
}
.TagClassName
{
border-color: #4CF2FA;
}
</style>