Shades of Baby Blue #51FFF4
Tints of Baby Blue #51FFF4
RGB
CMYK
RGB Variations
Color information
#51FFF4 (or 0x51FFF4) is known color: Baby Blue. HEX triplet: 51, FF and F4. RGB value is (81,255,244). Sum of RGB (Red+Green+Blue) = 81+255+244=580 (76% of max value = 765). Red value is 81 (32.03% from 255 or 13.97% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FFF4 is #AE000B. Grayscale: #C9C9C9. Windows color (decimal): -11403276 or 16056145. OLE color: 16056145.
HSL color Cylindrical-coordinate representation of color #51FFF4: hue angle of 176.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFF4 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 244 | - |
| CMYK | 0.68 | 0 | 0.04 | 0 |
| HSL | 176.21º | 1% | 0.66% | - |
| HSV(B) | 176.21º | 0.68% | 1% | - |
| XYZ | 55.48 | 79.8 | 98.07 | - |
| YUV | 201.72 | 151.85 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 244 | 0.68 | 0 | 0.04 | 0 | 176.21 | 1 | 0.66 |
| Hex | 51 | FF | F4 | 44 | 0 | 4 | 0 | B0 | 64 | 42 |
| Octal | 121 | 377 | 364 | 104 | 0 | 4 | 0 | 260 | 144 | 102 |
| Binary | 1010001 | 11111111 | 11110100 | 1000100 | 0 | 100 | 0 | 10110000 | 1100100 | 1000010 |
Color Harmonies of #51FFF4
Complementary color
Monochromatic Colors of #51FFF4
Black with #51FFF4
Text Example
Text Example
White with #51FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFF4; }
p { color: rgb(81,255,244); }
H1.HeaderClassName
{
color: #51FFF4;
}
.AnyTagClassName
{
color: #51FFF4;
}
</style>
background-color css
<style>
a { background-color: #51FFF4; }
a { background-color: rgb(81,255,244); }
div.DivClassName
{
background-color: #51FFF4;
}
.BgClassName
{
background-color: #51FFF4;
}
</style>
border-color css
<style>
span { border-color: #51FFF4; }
span { border-color: rgb(81,255,244); }
td.TdClassName
{
border-color: #51FFF4;
}
.TagClassName
{
border-color: #51FFF4;
}
</style>