Shades of Baby Blue #51FDEB
Tints of Baby Blue #51FDEB
RGB
CMYK
RGB Variations
Color information
#51FDEB (or 0x51FDEB) is known color: Baby Blue. HEX triplet: 51, FD and EB. RGB value is (81,253,235). Sum of RGB (Red+Green+Blue) = 81+253+235=569 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.24% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FDEB is #AE0214. Grayscale: #C7C7C7. Windows color (decimal): -11403797 or 15465809. OLE color: 15465809.
HSL color Cylindrical-coordinate representation of color #51FDEB: hue angle of 173.72º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FDEB is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 253 | 235 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.01 |
| HSL | 173.72º | 0.98% | 0.65% | - |
| HSV(B) | 173.72º | 0.68% | 0.99% | - |
| XYZ | 53.51 | 78 | 90.83 | - |
| YUV | 199.52 | 148.02 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 253 | 235 | 0.68 | 0 | 0.07 | 0.01 | 173.72 | 0.98 | 0.65 |
| Hex | 51 | FD | EB | 44 | 0 | 7 | 1 | AE | 62 | 41 |
| Octal | 121 | 375 | 353 | 104 | 0 | 7 | 1 | 256 | 142 | 101 |
| Binary | 1010001 | 11111101 | 11101011 | 1000100 | 0 | 111 | 1 | 10101110 | 1100010 | 1000001 |
Color Harmonies of #51FDEB
Complementary color
Monochromatic Colors of #51FDEB
Black with #51FDEB
Text Example
Text Example
White with #51FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FDEB; }
p { color: rgb(81,253,235); }
H1.HeaderClassName
{
color: #51FDEB;
}
.AnyTagClassName
{
color: #51FDEB;
}
</style>
background-color css
<style>
a { background-color: #51FDEB; }
a { background-color: rgb(81,253,235); }
div.DivClassName
{
background-color: #51FDEB;
}
.BgClassName
{
background-color: #51FDEB;
}
</style>
border-color css
<style>
span { border-color: #51FDEB; }
span { border-color: rgb(81,253,235); }
td.TdClassName
{
border-color: #51FDEB;
}
.TagClassName
{
border-color: #51FDEB;
}
</style>