Shades of Baby Blue #4CF2FC
Tints of Baby Blue #4CF2FC
RGB
CMYK
RGB Variations
Color information
#4CF2FC (or 0x4CF2FC) is known color: Baby Blue. HEX triplet: 4C, F2 and FC. RGB value is (76,242,252). Sum of RGB (Red+Green+Blue) = 76+242+252=570 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.33% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CF2FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF2FC is #B30D03. Grayscale: #C1C1C1. Windows color (decimal): -11734276 or 16577100. OLE color: 16577100.
HSL color Cylindrical-coordinate representation of color #4CF2FC: hue angle of 183.41º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CF2FC is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 242 | 252 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.01 |
| HSL | 183.41º | 0.97% | 0.64% | - |
| HSV(B) | 183.41º | 0.7% | 0.99% | - |
| XYZ | 52.3 | 72.07 | 103.25 | - |
| YUV | 193.51 | 161 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 252 | 0.70 | 0.04 | 0 | 0.01 | 183.41 | 0.97 | 0.64 |
| Hex | 4C | F2 | FC | 46 | 4 | 0 | 1 | B7 | 61 | 40 |
| Octal | 114 | 362 | 374 | 106 | 4 | 0 | 1 | 267 | 141 | 100 |
| Binary | 1001100 | 11110010 | 11111100 | 1000110 | 100 | 0 | 1 | 10110111 | 1100001 | 1000000 |
Color Harmonies of #4CF2FC
Complementary color
Monochromatic Colors of #4CF2FC
Black with #4CF2FC
Text Example
Text Example
White with #4CF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2FC; }
p { color: rgb(76,242,252); }
H1.HeaderClassName
{
color: #4CF2FC;
}
.AnyTagClassName
{
color: #4CF2FC;
}
</style>
background-color css
<style>
a { background-color: #4CF2FC; }
a { background-color: rgb(76,242,252); }
div.DivClassName
{
background-color: #4CF2FC;
}
.BgClassName
{
background-color: #4CF2FC;
}
</style>
border-color css
<style>
span { border-color: #4CF2FC; }
span { border-color: rgb(76,242,252); }
td.TdClassName
{
border-color: #4CF2FC;
}
.TagClassName
{
border-color: #4CF2FC;
}
</style>