Shades of Baby Blue #4BF1F9
Tints of Baby Blue #4BF1F9
RGB
CMYK
RGB Variations
Color information
#4BF1F9 (or 0x4BF1F9) is known color: Baby Blue. HEX triplet: 4B, F1 and F9. RGB value is (75,241,249). Sum of RGB (Red+Green+Blue) = 75+241+249=565 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.27% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #4BF1F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF1F9 is #B40E06. Grayscale: #C0C0C0. Windows color (decimal): -11800071 or 16380235. OLE color: 16380235.
HSL color Cylindrical-coordinate representation of color #4BF1F9: hue angle of 182.76º 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 #4BF1F9 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 241 | 249 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.02 |
| HSL | 182.76º | 0.94% | 0.64% | - |
| HSV(B) | 182.76º | 0.7% | 0.98% | - |
| XYZ | 51.46 | 71.25 | 100.66 | - |
| YUV | 192.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 241 | 249 | 0.70 | 0.03 | 0 | 0.02 | 182.76 | 0.94 | 0.64 |
| Hex | 4B | F1 | F9 | 46 | 3 | 0 | 2 | B7 | 5E | 40 |
| Octal | 113 | 361 | 371 | 106 | 3 | 0 | 2 | 267 | 136 | 100 |
| Binary | 1001011 | 11110001 | 11111001 | 1000110 | 11 | 0 | 10 | 10110111 | 1011110 | 1000000 |
Color Harmonies of #4BF1F9
Complementary color
Monochromatic Colors of #4BF1F9
Black with #4BF1F9
Text Example
Text Example
White with #4BF1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF1F9; }
p { color: rgb(75,241,249); }
H1.HeaderClassName
{
color: #4BF1F9;
}
.AnyTagClassName
{
color: #4BF1F9;
}
</style>
background-color css
<style>
a { background-color: #4BF1F9; }
a { background-color: rgb(75,241,249); }
div.DivClassName
{
background-color: #4BF1F9;
}
.BgClassName
{
background-color: #4BF1F9;
}
</style>
border-color css
<style>
span { border-color: #4BF1F9; }
span { border-color: rgb(75,241,249); }
td.TdClassName
{
border-color: #4BF1F9;
}
.TagClassName
{
border-color: #4BF1F9;
}
</style>