Shades of Baby Blue #4BF7EF
Tints of Baby Blue #4BF7EF
RGB
CMYK
RGB Variations
Color information
#4BF7EF (or 0x4BF7EF) is known color: Baby Blue. HEX triplet: 4B, F7 and EF. RGB value is (75,247,239). Sum of RGB (Red+Green+Blue) = 75+247+239=561 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.37% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #4BF7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF7EF is #B40810. Grayscale: #C2C2C2. Windows color (decimal): -11798545 or 15726411. OLE color: 15726411.
HSL color Cylindrical-coordinate representation of color #4BF7EF: hue angle of 177.21º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF7EF is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 247 | 239 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.03 |
| HSL | 177.21º | 0.91% | 0.63% | - |
| HSV(B) | 177.21º | 0.7% | 0.97% | - |
| XYZ | 51.74 | 74.25 | 93.27 | - |
| YUV | 194.66 | 153.02 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 247 | 239 | 0.70 | 0 | 0.03 | 0.03 | 177.21 | 0.91 | 0.63 |
| Hex | 4B | F7 | EF | 46 | 0 | 3 | 3 | B1 | 5B | 3F |
| Octal | 113 | 367 | 357 | 106 | 0 | 3 | 3 | 261 | 133 | 77 |
| Binary | 1001011 | 11110111 | 11101111 | 1000110 | 0 | 11 | 11 | 10110001 | 1011011 | 111111 |
Color Harmonies of #4BF7EF
Complementary color
Monochromatic Colors of #4BF7EF
Black with #4BF7EF
Text Example
Text Example
White with #4BF7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF7EF; }
p { color: rgb(75,247,239); }
H1.HeaderClassName
{
color: #4BF7EF;
}
.AnyTagClassName
{
color: #4BF7EF;
}
</style>
background-color css
<style>
a { background-color: #4BF7EF; }
a { background-color: rgb(75,247,239); }
div.DivClassName
{
background-color: #4BF7EF;
}
.BgClassName
{
background-color: #4BF7EF;
}
</style>
border-color css
<style>
span { border-color: #4BF7EF; }
span { border-color: rgb(75,247,239); }
td.TdClassName
{
border-color: #4BF7EF;
}
.TagClassName
{
border-color: #4BF7EF;
}
</style>