Shades of Baby Blue #4BF8F6
Tints of Baby Blue #4BF8F6
RGB
CMYK
RGB Variations
Color information
#4BF8F6 (or 0x4BF8F6) is known color: Baby Blue. HEX triplet: 4B, F8 and F6. RGB value is (75,248,246). Sum of RGB (Red+Green+Blue) = 75+248+246=569 (75% of max value = 765). Red value is 75 (29.69% from 255 or 13.18% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF8F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF8F6 is #B40709. Grayscale: #C3C3C3. Windows color (decimal): -11798282 or 16185419. OLE color: 16185419.
HSL color Cylindrical-coordinate representation of color #4BF8F6: hue angle of 179.31º degrees, saturation: 0.93, 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 #4BF8F6 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 248 | 246 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.03 |
| HSL | 179.31º | 0.93% | 0.63% | - |
| HSV(B) | 179.31º | 0.7% | 0.97% | - |
| XYZ | 53.1 | 75.28 | 98.92 | - |
| YUV | 196.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 248 | 246 | 0.70 | 0 | 0.01 | 0.03 | 179.31 | 0.93 | 0.63 |
| Hex | 4B | F8 | F6 | 46 | 0 | 1 | 3 | B3 | 5D | 3F |
| Octal | 113 | 370 | 366 | 106 | 0 | 1 | 3 | 263 | 135 | 77 |
| Binary | 1001011 | 11111000 | 11110110 | 1000110 | 0 | 1 | 11 | 10110011 | 1011101 | 111111 |
Color Harmonies of #4BF8F6
Complementary color
Monochromatic Colors of #4BF8F6
Black with #4BF8F6
Text Example
Text Example
White with #4BF8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF8F6; }
p { color: rgb(75,248,246); }
H1.HeaderClassName
{
color: #4BF8F6;
}
.AnyTagClassName
{
color: #4BF8F6;
}
</style>
background-color css
<style>
a { background-color: #4BF8F6; }
a { background-color: rgb(75,248,246); }
div.DivClassName
{
background-color: #4BF8F6;
}
.BgClassName
{
background-color: #4BF8F6;
}
</style>
border-color css
<style>
span { border-color: #4BF8F6; }
span { border-color: rgb(75,248,246); }
td.TdClassName
{
border-color: #4BF8F6;
}
.TagClassName
{
border-color: #4BF8F6;
}
</style>