Shades of Baby Blue #51EFF6
Tints of Baby Blue #51EFF6
RGB
CMYK
RGB Variations
Color information
#51EFF6 (or 0x51EFF6) is known color: Baby Blue. HEX triplet: 51, EF and F6. RGB value is (81,239,246). Sum of RGB (Red+Green+Blue) = 81+239+246=566 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.31% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #51EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EFF6 is #AE1009. Grayscale: #C0C0C0. Windows color (decimal): -11407370 or 16183121. OLE color: 16183121.
HSL color Cylindrical-coordinate representation of color #51EFF6: hue angle of 182.55º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51EFF6 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 239 | 246 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.04 |
| HSL | 182.55º | 0.9% | 0.64% | - |
| HSV(B) | 182.55º | 0.67% | 0.96% | - |
| XYZ | 50.89 | 70.14 | 98.04 | - |
| YUV | 192.56 | 158.15 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 246 | 0.67 | 0.03 | 0 | 0.04 | 182.55 | 0.9 | 0.64 |
| Hex | 51 | EF | F6 | 43 | 3 | 0 | 4 | B7 | 5A | 40 |
| Octal | 121 | 357 | 366 | 103 | 3 | 0 | 4 | 267 | 132 | 100 |
| Binary | 1010001 | 11101111 | 11110110 | 1000011 | 11 | 0 | 100 | 10110111 | 1011010 | 1000000 |
Color Harmonies of #51EFF6
Complementary color
Monochromatic Colors of #51EFF6
Black with #51EFF6
Text Example
Text Example
White with #51EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFF6; }
p { color: rgb(81,239,246); }
H1.HeaderClassName
{
color: #51EFF6;
}
.AnyTagClassName
{
color: #51EFF6;
}
</style>
background-color css
<style>
a { background-color: #51EFF6; }
a { background-color: rgb(81,239,246); }
div.DivClassName
{
background-color: #51EFF6;
}
.BgClassName
{
background-color: #51EFF6;
}
</style>
border-color css
<style>
span { border-color: #51EFF6; }
span { border-color: rgb(81,239,246); }
td.TdClassName
{
border-color: #51EFF6;
}
.TagClassName
{
border-color: #51EFF6;
}
</style>