Shades of Baby Blue #51FEFA
Tints of Baby Blue #51FEFA
RGB
CMYK
RGB Variations
Color information
#51FEFA (or 0x51FEFA) is known color: Baby Blue. HEX triplet: 51, FE and FA. RGB value is (81,254,250). Sum of RGB (Red+Green+Blue) = 81+254+250=585 (77% of max value = 765). Red value is 81 (32.03% from 255 or 13.85% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FEFA is #AE0105. Grayscale: #C9C9C9. Windows color (decimal): -11403526 or 16449105. OLE color: 16449105.
HSL color Cylindrical-coordinate representation of color #51FEFA: hue angle of 178.61º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FEFA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 250 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.00 |
| HSL | 178.61º | 0.99% | 0.66% | - |
| HSV(B) | 178.61º | 0.68% | 1% | - |
| XYZ | 56.09 | 79.54 | 102.84 | - |
| YUV | 201.82 | 155.19 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 250 | 0.68 | 0 | 0.02 | 0.00 | 178.61 | 0.99 | 0.66 |
| Hex | 51 | FE | FA | 44 | 0 | 2 | 0 | B3 | 63 | 42 |
| Octal | 121 | 376 | 372 | 104 | 0 | 2 | 0 | 263 | 143 | 102 |
| Binary | 1010001 | 11111110 | 11111010 | 1000100 | 0 | 10 | 0 | 10110011 | 1100011 | 1000010 |
Color Harmonies of #51FEFA
Complementary color
Monochromatic Colors of #51FEFA
Black with #51FEFA
Text Example
Text Example
White with #51FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FEFA; }
p { color: rgb(81,254,250); }
H1.HeaderClassName
{
color: #51FEFA;
}
.AnyTagClassName
{
color: #51FEFA;
}
</style>
background-color css
<style>
a { background-color: #51FEFA; }
a { background-color: rgb(81,254,250); }
div.DivClassName
{
background-color: #51FEFA;
}
.BgClassName
{
background-color: #51FEFA;
}
</style>
border-color css
<style>
span { border-color: #51FEFA; }
span { border-color: rgb(81,254,250); }
td.TdClassName
{
border-color: #51FEFA;
}
.TagClassName
{
border-color: #51FEFA;
}
</style>