Shades of Baby Blue #4BEBFF
Tints of Baby Blue #4BEBFF
RGB
CMYK
RGB Variations
Color information
#4BEBFF (or 0x4BEBFF) is known color: Baby Blue. HEX triplet: 4B, EB and FF. RGB value is (75,235,255). Sum of RGB (Red+Green+Blue) = 75+235+255=565 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.27% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #4BEBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEBFF is #B41400. Grayscale: #BDBDBD. Windows color (decimal): -11801601 or 16771915. OLE color: 16771915.
HSL color Cylindrical-coordinate representation of color #4BEBFF: hue angle of 186.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BEBFF is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 235 | 255 | - |
| CMYK | 0.71 | 0.08 | 0 | 0 |
| HSL | 186.67º | 1% | 0.65% | - |
| HSV(B) | 186.67º | 0.71% | 1% | - |
| XYZ | 50.66 | 68.13 | 105.09 | - |
| YUV | 189.44 | 164.99 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 235 | 255 | 0.71 | 0.08 | 0 | 0 | 186.67 | 1 | 0.65 |
| Hex | 4B | EB | FF | 47 | 8 | 0 | 0 | BB | 64 | 41 |
| Octal | 113 | 353 | 377 | 107 | 10 | 0 | 0 | 273 | 144 | 101 |
| Binary | 1001011 | 11101011 | 11111111 | 1000111 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000001 |
Color Harmonies of #4BEBFF
Complementary color
Monochromatic Colors of #4BEBFF
Black with #4BEBFF
Text Example
Text Example
White with #4BEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEBFF; }
p { color: rgb(75,235,255); }
H1.HeaderClassName
{
color: #4BEBFF;
}
.AnyTagClassName
{
color: #4BEBFF;
}
</style>
background-color css
<style>
a { background-color: #4BEBFF; }
a { background-color: rgb(75,235,255); }
div.DivClassName
{
background-color: #4BEBFF;
}
.BgClassName
{
background-color: #4BEBFF;
}
</style>
border-color css
<style>
span { border-color: #4BEBFF; }
span { border-color: rgb(75,235,255); }
td.TdClassName
{
border-color: #4BEBFF;
}
.TagClassName
{
border-color: #4BEBFF;
}
</style>