Shades of Baby Blue #4BF9F0
Tints of Baby Blue #4BF9F0
RGB
CMYK
RGB Variations
Color information
#4BF9F0 (or 0x4BF9F0) is known color: Baby Blue. HEX triplet: 4B, F9 and F0. RGB value is (75,249,240). Sum of RGB (Red+Green+Blue) = 75+249+240=564 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.30% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF9F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF9F0 is #B4060F. Grayscale: #C3C3C3. Windows color (decimal): -11798032 or 15792459. OLE color: 15792459.
HSL color Cylindrical-coordinate representation of color #4BF9F0: hue angle of 176.9º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF9F0 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 249 | 240 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.02 |
| HSL | 176.9º | 0.94% | 0.64% | - |
| HSV(B) | 176.9º | 0.7% | 0.98% | - |
| XYZ | 52.51 | 75.54 | 94.25 | - |
| YUV | 195.95 | 152.85 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 249 | 240 | 0.70 | 0 | 0.04 | 0.02 | 176.9 | 0.94 | 0.64 |
| Hex | 4B | F9 | F0 | 46 | 0 | 4 | 2 | B1 | 5E | 40 |
| Octal | 113 | 371 | 360 | 106 | 0 | 4 | 2 | 261 | 136 | 100 |
| Binary | 1001011 | 11111001 | 11110000 | 1000110 | 0 | 100 | 10 | 10110001 | 1011110 | 1000000 |
Color Harmonies of #4BF9F0
Complementary color
Monochromatic Colors of #4BF9F0
Black with #4BF9F0
Text Example
Text Example
White with #4BF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF9F0; }
p { color: rgb(75,249,240); }
H1.HeaderClassName
{
color: #4BF9F0;
}
.AnyTagClassName
{
color: #4BF9F0;
}
</style>
background-color css
<style>
a { background-color: #4BF9F0; }
a { background-color: rgb(75,249,240); }
div.DivClassName
{
background-color: #4BF9F0;
}
.BgClassName
{
background-color: #4BF9F0;
}
</style>
border-color css
<style>
span { border-color: #4BF9F0; }
span { border-color: rgb(75,249,240); }
td.TdClassName
{
border-color: #4BF9F0;
}
.TagClassName
{
border-color: #4BF9F0;
}
</style>