Shades of Baby Blue #4BEFF9
Tints of Baby Blue #4BEFF9
RGB
CMYK
RGB Variations
Color information
#4BEFF9 (or 0x4BEFF9) is known color: Baby Blue. HEX triplet: 4B, EF and F9. RGB value is (75,239,249). Sum of RGB (Red+Green+Blue) = 75+239+249=563 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.32% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #4BEFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEFF9 is #B41006. Grayscale: #BEBEBE. Windows color (decimal): -11800583 or 16379723. OLE color: 16379723.
HSL color Cylindrical-coordinate representation of color #4BEFF9: hue angle of 183.45º 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 #4BEFF9 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 239 | 249 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.02 |
| HSL | 183.45º | 0.94% | 0.64% | - |
| HSV(B) | 183.45º | 0.7% | 0.98% | - |
| XYZ | 50.87 | 70.07 | 100.47 | - |
| YUV | 191.1 | 160.67 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 249 | 0.70 | 0.04 | 0 | 0.02 | 183.45 | 0.94 | 0.64 |
| Hex | 4B | EF | F9 | 46 | 4 | 0 | 2 | B7 | 5E | 40 |
| Octal | 113 | 357 | 371 | 106 | 4 | 0 | 2 | 267 | 136 | 100 |
| Binary | 1001011 | 11101111 | 11111001 | 1000110 | 100 | 0 | 10 | 10110111 | 1011110 | 1000000 |
Color Harmonies of #4BEFF9
Complementary color
Monochromatic Colors of #4BEFF9
Black with #4BEFF9
Text Example
Text Example
White with #4BEFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFF9; }
p { color: rgb(75,239,249); }
H1.HeaderClassName
{
color: #4BEFF9;
}
.AnyTagClassName
{
color: #4BEFF9;
}
</style>
background-color css
<style>
a { background-color: #4BEFF9; }
a { background-color: rgb(75,239,249); }
div.DivClassName
{
background-color: #4BEFF9;
}
.BgClassName
{
background-color: #4BEFF9;
}
</style>
border-color css
<style>
span { border-color: #4BEFF9; }
span { border-color: rgb(75,239,249); }
td.TdClassName
{
border-color: #4BEFF9;
}
.TagClassName
{
border-color: #4BEFF9;
}
</style>