Shades of Baby Blue #51FFFD
Tints of Baby Blue #51FFFD
RGB
CMYK
RGB Variations
Color information
#51FFFD (or 0x51FFFD) is known color: Baby Blue. HEX triplet: 51, FF and FD. RGB value is (81,255,253). Sum of RGB (Red+Green+Blue) = 81+255+253=589 (78% of max value = 765). Red value is 81 (32.03% from 255 or 13.75% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FFFD is #AE0002. Grayscale: #CACACA. Windows color (decimal): -11403267 or 16645969. OLE color: 16645969.
HSL color Cylindrical-coordinate representation of color #51FFFD: hue angle of 179.31º 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 #51FFFD is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 253 | - |
| CMYK | 0.68 | 0 | 0.01 | 0 |
| HSL | 179.31º | 1% | 0.66% | - |
| HSV(B) | 179.31º | 0.68% | 1% | - |
| XYZ | 56.88 | 80.36 | 105.44 | - |
| YUV | 202.75 | 156.35 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 253 | 0.68 | 0 | 0.01 | 0 | 179.31 | 1 | 0.66 |
| Hex | 51 | FF | FD | 44 | 0 | 1 | 0 | B3 | 64 | 42 |
| Octal | 121 | 377 | 375 | 104 | 0 | 1 | 0 | 263 | 144 | 102 |
| Binary | 1010001 | 11111111 | 11111101 | 1000100 | 0 | 1 | 0 | 10110011 | 1100100 | 1000010 |
Color Harmonies of #51FFFD
Complementary color
Monochromatic Colors of #51FFFD
Black with #51FFFD
Text Example
Text Example
White with #51FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFFD; }
p { color: rgb(81,255,253); }
H1.HeaderClassName
{
color: #51FFFD;
}
.AnyTagClassName
{
color: #51FFFD;
}
</style>
background-color css
<style>
a { background-color: #51FFFD; }
a { background-color: rgb(81,255,253); }
div.DivClassName
{
background-color: #51FFFD;
}
.BgClassName
{
background-color: #51FFFD;
}
</style>
border-color css
<style>
span { border-color: #51FFFD; }
span { border-color: rgb(81,255,253); }
td.TdClassName
{
border-color: #51FFFD;
}
.TagClassName
{
border-color: #51FFFD;
}
</style>