Shades of Baby Blue #4CF2FD
Tints of Baby Blue #4CF2FD
RGB
CMYK
RGB Variations
Color information
#4CF2FD (or 0x4CF2FD) is known color: Baby Blue. HEX triplet: 4C, F2 and FD. RGB value is (76,242,253). Sum of RGB (Red+Green+Blue) = 76+242+253=571 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.31% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CF2FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF2FD is #B30D02. Grayscale: #C1C1C1. Windows color (decimal): -11734275 or 16642636. OLE color: 16642636.
HSL color Cylindrical-coordinate representation of color #4CF2FD: hue angle of 183.73º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CF2FD is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 242 | 253 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.01 |
| HSL | 183.73º | 0.98% | 0.65% | - |
| HSV(B) | 183.73º | 0.7% | 0.99% | - |
| XYZ | 52.46 | 72.13 | 104.09 | - |
| YUV | 193.62 | 161.5 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 253 | 0.70 | 0.04 | 0 | 0.01 | 183.73 | 0.98 | 0.65 |
| Hex | 4C | F2 | FD | 46 | 4 | 0 | 1 | B8 | 62 | 41 |
| Octal | 114 | 362 | 375 | 106 | 4 | 0 | 1 | 270 | 142 | 101 |
| Binary | 1001100 | 11110010 | 11111101 | 1000110 | 100 | 0 | 1 | 10111000 | 1100010 | 1000001 |
Color Harmonies of #4CF2FD
Complementary color
Monochromatic Colors of #4CF2FD
Black with #4CF2FD
Text Example
Text Example
White with #4CF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2FD; }
p { color: rgb(76,242,253); }
H1.HeaderClassName
{
color: #4CF2FD;
}
.AnyTagClassName
{
color: #4CF2FD;
}
</style>
background-color css
<style>
a { background-color: #4CF2FD; }
a { background-color: rgb(76,242,253); }
div.DivClassName
{
background-color: #4CF2FD;
}
.BgClassName
{
background-color: #4CF2FD;
}
</style>
border-color css
<style>
span { border-color: #4CF2FD; }
span { border-color: rgb(76,242,253); }
td.TdClassName
{
border-color: #4CF2FD;
}
.TagClassName
{
border-color: #4CF2FD;
}
</style>