Shades of Baby Blue #4BFDF8
Tints of Baby Blue #4BFDF8
RGB
CMYK
RGB Variations
Color information
#4BFDF8 (or 0x4BFDF8) is known color: Baby Blue. HEX triplet: 4B, FD and F8. RGB value is (75,253,248). Sum of RGB (Red+Green+Blue) = 75+253+248=576 (76% of max value = 765). Red value is 75 (29.69% from 255 or 13.02% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFDF8 is #B40207. Grayscale: #C7C7C7. Windows color (decimal): -11797000 or 16317771. OLE color: 16317771.
HSL color Cylindrical-coordinate representation of color #4BFDF8: hue angle of 178.31º 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 #4BFDF8 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 248 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.01 |
| HSL | 178.31º | 0.98% | 0.64% | - |
| HSV(B) | 178.31º | 0.7% | 0.99% | - |
| XYZ | 54.97 | 78.52 | 101.07 | - |
| YUV | 199.21 | 155.53 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 248 | 0.70 | 0 | 0.02 | 0.01 | 178.31 | 0.98 | 0.64 |
| Hex | 4B | FD | F8 | 46 | 0 | 2 | 1 | B2 | 62 | 40 |
| Octal | 113 | 375 | 370 | 106 | 0 | 2 | 1 | 262 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11111000 | 1000110 | 0 | 10 | 1 | 10110010 | 1100010 | 1000000 |
Color Harmonies of #4BFDF8
Complementary color
Monochromatic Colors of #4BFDF8
Black with #4BFDF8
Text Example
Text Example
White with #4BFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDF8; }
p { color: rgb(75,253,248); }
H1.HeaderClassName
{
color: #4BFDF8;
}
.AnyTagClassName
{
color: #4BFDF8;
}
</style>
background-color css
<style>
a { background-color: #4BFDF8; }
a { background-color: rgb(75,253,248); }
div.DivClassName
{
background-color: #4BFDF8;
}
.BgClassName
{
background-color: #4BFDF8;
}
</style>
border-color css
<style>
span { border-color: #4BFDF8; }
span { border-color: rgb(75,253,248); }
td.TdClassName
{
border-color: #4BFDF8;
}
.TagClassName
{
border-color: #4BFDF8;
}
</style>