Shades of Baby Blue #51FFEB
Tints of Baby Blue #51FFEB
RGB
CMYK
RGB Variations
Color information
#51FFEB (or 0x51FFEB) is known color: Baby Blue. HEX triplet: 51, FF and EB. RGB value is (81,255,235). Sum of RGB (Red+Green+Blue) = 81+255+235=571 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.19% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FFEB is #AE0014. Grayscale: #C8C8C8. Windows color (decimal): -11403285 or 15466321. OLE color: 15466321.
HSL color Cylindrical-coordinate representation of color #51FFEB: hue angle of 173.1º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFEB is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 235 | - |
| CMYK | 0.68 | 0 | 0.08 | 0 |
| HSL | 173.1º | 1% | 0.66% | - |
| HSV(B) | 173.1º | 0.68% | 1% | - |
| XYZ | 54.15 | 79.27 | 91.04 | - |
| YUV | 200.69 | 147.35 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 235 | 0.68 | 0 | 0.08 | 0 | 173.1 | 1 | 0.66 |
| Hex | 51 | FF | EB | 44 | 0 | 8 | 0 | AD | 64 | 42 |
| Octal | 121 | 377 | 353 | 104 | 0 | 10 | 0 | 255 | 144 | 102 |
| Binary | 1010001 | 11111111 | 11101011 | 1000100 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000010 |
Color Harmonies of #51FFEB
Complementary color
Monochromatic Colors of #51FFEB
Black with #51FFEB
Text Example
Text Example
White with #51FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFEB; }
p { color: rgb(81,255,235); }
H1.HeaderClassName
{
color: #51FFEB;
}
.AnyTagClassName
{
color: #51FFEB;
}
</style>
background-color css
<style>
a { background-color: #51FFEB; }
a { background-color: rgb(81,255,235); }
div.DivClassName
{
background-color: #51FFEB;
}
.BgClassName
{
background-color: #51FFEB;
}
</style>
border-color css
<style>
span { border-color: #51FFEB; }
span { border-color: rgb(81,255,235); }
td.TdClassName
{
border-color: #51FFEB;
}
.TagClassName
{
border-color: #51FFEB;
}
</style>