Shades of Baby Blue #51EEFE
Tints of Baby Blue #51EEFE
RGB
CMYK
RGB Variations
Color information
#51EEFE (or 0x51EEFE) is known color: Baby Blue. HEX triplet: 51, EE and FE. RGB value is (81,238,254). Sum of RGB (Red+Green+Blue) = 81+238+254=573 (75% of max value = 765). Red value is 81 (32.03% from 255 or 14.14% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #51EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EEFE is #AE1101. Grayscale: #C0C0C0. Windows color (decimal): -11407618 or 16707153. OLE color: 16707153.
HSL color Cylindrical-coordinate representation of color #51EEFE: hue angle of 185.55º 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 #51EEFE is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 238 | 254 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.00 |
| HSL | 185.55º | 0.99% | 0.66% | - |
| HSV(B) | 185.55º | 0.68% | 1% | - |
| XYZ | 51.86 | 70.05 | 104.55 | - |
| YUV | 192.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 238 | 254 | 0.68 | 0.06 | 0 | 0.00 | 185.55 | 0.99 | 0.66 |
| Hex | 51 | EE | FE | 44 | 6 | 0 | 0 | BA | 63 | 42 |
| Octal | 121 | 356 | 376 | 104 | 6 | 0 | 0 | 272 | 143 | 102 |
| Binary | 1010001 | 11101110 | 11111110 | 1000100 | 110 | 0 | 0 | 10111010 | 1100011 | 1000010 |
Color Harmonies of #51EEFE
Complementary color
Monochromatic Colors of #51EEFE
Black with #51EEFE
Text Example
Text Example
White with #51EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EEFE; }
p { color: rgb(81,238,254); }
H1.HeaderClassName
{
color: #51EEFE;
}
.AnyTagClassName
{
color: #51EEFE;
}
</style>
background-color css
<style>
a { background-color: #51EEFE; }
a { background-color: rgb(81,238,254); }
div.DivClassName
{
background-color: #51EEFE;
}
.BgClassName
{
background-color: #51EEFE;
}
</style>
border-color css
<style>
span { border-color: #51EEFE; }
span { border-color: rgb(81,238,254); }
td.TdClassName
{
border-color: #51EEFE;
}
.TagClassName
{
border-color: #51EEFE;
}
</style>