Shades of Baby Blue #4BFEF8
Tints of Baby Blue #4BFEF8
RGB
CMYK
RGB Variations
Color information
#4BFEF8 (or 0x4BFEF8) is known color: Baby Blue. HEX triplet: 4B, FE and F8. RGB value is (75,254,248). Sum of RGB (Red+Green+Blue) = 75+254+248=577 (76% of max value = 765). Red value is 75 (29.69% from 255 or 13.00% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFEF8 is #B40107. Grayscale: #C7C7C7. Windows color (decimal): -11796744 or 16318027. OLE color: 16318027.
HSL color Cylindrical-coordinate representation of color #4BFEF8: hue angle of 177.99º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEF8 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 248 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.00 |
| HSL | 177.99º | 0.99% | 0.65% | - |
| HSV(B) | 177.99º | 0.7% | 1% | - |
| XYZ | 55.29 | 79.16 | 101.17 | - |
| YUV | 199.8 | 155.2 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 248 | 0.70 | 0 | 0.02 | 0.00 | 177.99 | 0.99 | 0.65 |
| Hex | 4B | FE | F8 | 46 | 0 | 2 | 0 | B2 | 63 | 41 |
| Octal | 113 | 376 | 370 | 106 | 0 | 2 | 0 | 262 | 143 | 101 |
| Binary | 1001011 | 11111110 | 11111000 | 1000110 | 0 | 10 | 0 | 10110010 | 1100011 | 1000001 |
Color Harmonies of #4BFEF8
Complementary color
Monochromatic Colors of #4BFEF8
Black with #4BFEF8
Text Example
Text Example
White with #4BFEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEF8; }
p { color: rgb(75,254,248); }
H1.HeaderClassName
{
color: #4BFEF8;
}
.AnyTagClassName
{
color: #4BFEF8;
}
</style>
background-color css
<style>
a { background-color: #4BFEF8; }
a { background-color: rgb(75,254,248); }
div.DivClassName
{
background-color: #4BFEF8;
}
.BgClassName
{
background-color: #4BFEF8;
}
</style>
border-color css
<style>
span { border-color: #4BFEF8; }
span { border-color: rgb(75,254,248); }
td.TdClassName
{
border-color: #4BFEF8;
}
.TagClassName
{
border-color: #4BFEF8;
}
</style>