Shades of Baby Blue #4BEAFE
Tints of Baby Blue #4BEAFE
RGB
CMYK
RGB Variations
Color information
#4BEAFE (or 0x4BEAFE) is known color: Baby Blue. HEX triplet: 4B, EA and FE. RGB value is (75,234,254). Sum of RGB (Red+Green+Blue) = 75+234+254=563 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.32% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEAFE is #B41501. Grayscale: #BCBCBC. Windows color (decimal): -11801858 or 16706123. OLE color: 16706123.
HSL color Cylindrical-coordinate representation of color #4BEAFE: hue angle of 186.7º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BEAFE is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 234 | 254 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.00 |
| HSL | 186.7º | 0.99% | 0.65% | - |
| HSV(B) | 186.7º | 0.7% | 1% | - |
| XYZ | 50.21 | 67.5 | 104.15 | - |
| YUV | 188.74 | 164.82 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 234 | 254 | 0.70 | 0.08 | 0 | 0.00 | 186.7 | 0.99 | 0.65 |
| Hex | 4B | EA | FE | 46 | 8 | 0 | 0 | BB | 63 | 41 |
| Octal | 113 | 352 | 376 | 106 | 10 | 0 | 0 | 273 | 143 | 101 |
| Binary | 1001011 | 11101010 | 11111110 | 1000110 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000001 |
Color Harmonies of #4BEAFE
Complementary color
Monochromatic Colors of #4BEAFE
Black with #4BEAFE
Text Example
Text Example
White with #4BEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEAFE; }
p { color: rgb(75,234,254); }
H1.HeaderClassName
{
color: #4BEAFE;
}
.AnyTagClassName
{
color: #4BEAFE;
}
</style>
background-color css
<style>
a { background-color: #4BEAFE; }
a { background-color: rgb(75,234,254); }
div.DivClassName
{
background-color: #4BEAFE;
}
.BgClassName
{
background-color: #4BEAFE;
}
</style>
border-color css
<style>
span { border-color: #4BEAFE; }
span { border-color: rgb(75,234,254); }
td.TdClassName
{
border-color: #4BEAFE;
}
.TagClassName
{
border-color: #4BEAFE;
}
</style>