Shades of Baby Blue #51FEF6
Tints of Baby Blue #51FEF6
RGB
CMYK
RGB Variations
Color information
#51FEF6 (or 0x51FEF6) is known color: Baby Blue. HEX triplet: 51, FE and F6. RGB value is (81,254,246). Sum of RGB (Red+Green+Blue) = 81+254+246=581 (76% of max value = 765). Red value is 81 (32.03% from 255 or 13.94% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FEF6 is #AE0109. Grayscale: #C9C9C9. Windows color (decimal): -11403530 or 16186961. OLE color: 16186961.
HSL color Cylindrical-coordinate representation of color #51FEF6: hue angle of 177.23º 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 #51FEF6 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 246 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.00 |
| HSL | 177.23º | 0.99% | 0.66% | - |
| HSV(B) | 177.23º | 0.68% | 1% | - |
| XYZ | 55.47 | 79.29 | 99.57 | - |
| YUV | 201.36 | 153.19 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 246 | 0.68 | 0 | 0.03 | 0.00 | 177.23 | 0.99 | 0.66 |
| Hex | 51 | FE | F6 | 44 | 0 | 3 | 0 | B1 | 63 | 42 |
| Octal | 121 | 376 | 366 | 104 | 0 | 3 | 0 | 261 | 143 | 102 |
| Binary | 1010001 | 11111110 | 11110110 | 1000100 | 0 | 11 | 0 | 10110001 | 1100011 | 1000010 |
Color Harmonies of #51FEF6
Complementary color
Monochromatic Colors of #51FEF6
Black with #51FEF6
Text Example
Text Example
White with #51FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FEF6; }
p { color: rgb(81,254,246); }
H1.HeaderClassName
{
color: #51FEF6;
}
.AnyTagClassName
{
color: #51FEF6;
}
</style>
background-color css
<style>
a { background-color: #51FEF6; }
a { background-color: rgb(81,254,246); }
div.DivClassName
{
background-color: #51FEF6;
}
.BgClassName
{
background-color: #51FEF6;
}
</style>
border-color css
<style>
span { border-color: #51FEF6; }
span { border-color: rgb(81,254,246); }
td.TdClassName
{
border-color: #51FEF6;
}
.TagClassName
{
border-color: #51FEF6;
}
</style>