Shades of Baby Blue #4BEBFD
Tints of Baby Blue #4BEBFD
RGB
CMYK
RGB Variations
Color information
#4BEBFD (or 0x4BEBFD) is known color: Baby Blue. HEX triplet: 4B, EB and FD. RGB value is (75,235,253). Sum of RGB (Red+Green+Blue) = 75+235+253=563 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.32% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BEBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEBFD is #B41402. Grayscale: #BCBCBC. Windows color (decimal): -11801603 or 16640843. OLE color: 16640843.
HSL color Cylindrical-coordinate representation of color #4BEBFD: hue angle of 186.07º degrees, saturation: 0.98, 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 #4BEBFD is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 235 | 253 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.01 |
| HSL | 186.07º | 0.98% | 0.64% | - |
| HSV(B) | 186.07º | 0.7% | 0.99% | - |
| XYZ | 50.34 | 68 | 103.4 | - |
| YUV | 189.21 | 163.99 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 235 | 253 | 0.70 | 0.07 | 0 | 0.01 | 186.07 | 0.98 | 0.64 |
| Hex | 4B | EB | FD | 46 | 7 | 0 | 1 | BA | 62 | 40 |
| Octal | 113 | 353 | 375 | 106 | 7 | 0 | 1 | 272 | 142 | 100 |
| Binary | 1001011 | 11101011 | 11111101 | 1000110 | 111 | 0 | 1 | 10111010 | 1100010 | 1000000 |
Color Harmonies of #4BEBFD
Complementary color
Monochromatic Colors of #4BEBFD
Black with #4BEBFD
Text Example
Text Example
White with #4BEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEBFD; }
p { color: rgb(75,235,253); }
H1.HeaderClassName
{
color: #4BEBFD;
}
.AnyTagClassName
{
color: #4BEBFD;
}
</style>
background-color css
<style>
a { background-color: #4BEBFD; }
a { background-color: rgb(75,235,253); }
div.DivClassName
{
background-color: #4BEBFD;
}
.BgClassName
{
background-color: #4BEBFD;
}
</style>
border-color css
<style>
span { border-color: #4BEBFD; }
span { border-color: rgb(75,235,253); }
td.TdClassName
{
border-color: #4BEBFD;
}
.TagClassName
{
border-color: #4BEBFD;
}
</style>