Shades of Baby Blue #4BEBFC
Tints of Baby Blue #4BEBFC
RGB
CMYK
RGB Variations
Color information
#4BEBFC (or 0x4BEBFC) is known color: Baby Blue. HEX triplet: 4B, EB and FC. RGB value is (75,235,252). Sum of RGB (Red+Green+Blue) = 75+235+252=562 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.35% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BEBFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEBFC is #B41403. Grayscale: #BCBCBC. Windows color (decimal): -11801604 or 16575307. OLE color: 16575307.
HSL color Cylindrical-coordinate representation of color #4BEBFC: hue angle of 185.76º 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 #4BEBFC is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 235 | 252 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.01 |
| HSL | 185.76º | 0.97% | 0.64% | - |
| HSV(B) | 185.76º | 0.7% | 0.99% | - |
| XYZ | 50.18 | 67.94 | 102.56 | - |
| YUV | 189.1 | 163.49 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 235 | 252 | 0.70 | 0.07 | 0 | 0.01 | 185.76 | 0.97 | 0.64 |
| Hex | 4B | EB | FC | 46 | 7 | 0 | 1 | BA | 61 | 40 |
| Octal | 113 | 353 | 374 | 106 | 7 | 0 | 1 | 272 | 141 | 100 |
| Binary | 1001011 | 11101011 | 11111100 | 1000110 | 111 | 0 | 1 | 10111010 | 1100001 | 1000000 |
Color Harmonies of #4BEBFC
Complementary color
Monochromatic Colors of #4BEBFC
Black with #4BEBFC
Text Example
Text Example
White with #4BEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEBFC; }
p { color: rgb(75,235,252); }
H1.HeaderClassName
{
color: #4BEBFC;
}
.AnyTagClassName
{
color: #4BEBFC;
}
</style>
background-color css
<style>
a { background-color: #4BEBFC; }
a { background-color: rgb(75,235,252); }
div.DivClassName
{
background-color: #4BEBFC;
}
.BgClassName
{
background-color: #4BEBFC;
}
</style>
border-color css
<style>
span { border-color: #4BEBFC; }
span { border-color: rgb(75,235,252); }
td.TdClassName
{
border-color: #4BEBFC;
}
.TagClassName
{
border-color: #4BEBFC;
}
</style>