Shades of Baby Blue #51FAE9
Tints of Baby Blue #51FAE9
RGB
CMYK
RGB Variations
Color information
#51FAE9 (or 0x51FAE9) is known color: Baby Blue. HEX triplet: 51, FA and E9. RGB value is (81,250,233). Sum of RGB (Red+Green+Blue) = 81+250+233=564 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.36% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FAE9 is #AE0516. Grayscale: #C5C5C5. Windows color (decimal): -11404567 or 15333969. OLE color: 15333969.
HSL color Cylindrical-coordinate representation of color #51FAE9: hue angle of 173.96º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FAE9 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 250 | 233 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.02 |
| HSL | 173.96º | 0.94% | 0.65% | - |
| HSV(B) | 173.96º | 0.68% | 0.98% | - |
| XYZ | 52.29 | 76 | 89.01 | - |
| YUV | 197.53 | 148.01 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 250 | 233 | 0.68 | 0 | 0.07 | 0.02 | 173.96 | 0.94 | 0.65 |
| Hex | 51 | FA | E9 | 44 | 0 | 7 | 2 | AE | 5E | 41 |
| Octal | 121 | 372 | 351 | 104 | 0 | 7 | 2 | 256 | 136 | 101 |
| Binary | 1010001 | 11111010 | 11101001 | 1000100 | 0 | 111 | 10 | 10101110 | 1011110 | 1000001 |
Color Harmonies of #51FAE9
Complementary color
Monochromatic Colors of #51FAE9
Black with #51FAE9
Text Example
Text Example
White with #51FAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FAE9; }
p { color: rgb(81,250,233); }
H1.HeaderClassName
{
color: #51FAE9;
}
.AnyTagClassName
{
color: #51FAE9;
}
</style>
background-color css
<style>
a { background-color: #51FAE9; }
a { background-color: rgb(81,250,233); }
div.DivClassName
{
background-color: #51FAE9;
}
.BgClassName
{
background-color: #51FAE9;
}
</style>
border-color css
<style>
span { border-color: #51FAE9; }
span { border-color: rgb(81,250,233); }
td.TdClassName
{
border-color: #51FAE9;
}
.TagClassName
{
border-color: #51FAE9;
}
</style>