Shades of Baby Blue #51FBF2
Tints of Baby Blue #51FBF2
RGB
CMYK
RGB Variations
Color information
#51FBF2 (or 0x51FBF2) is known color: Baby Blue. HEX triplet: 51, FB and F2. RGB value is (81,251,242). Sum of RGB (Red+Green+Blue) = 81+251+242=574 (76% of max value = 765). Red value is 81 (32.03% from 255 or 14.11% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #51FBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FBF2 is #AE040D. Grayscale: #C7C7C7. Windows color (decimal): -11404302 or 15924049. OLE color: 15924049.
HSL color Cylindrical-coordinate representation of color #51FBF2: hue angle of 176.82º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FBF2 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 251 | 242 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.02 |
| HSL | 176.82º | 0.96% | 0.65% | - |
| HSV(B) | 176.82º | 0.68% | 0.98% | - |
| XYZ | 53.92 | 77.15 | 96.05 | - |
| YUV | 199.14 | 152.18 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 251 | 242 | 0.68 | 0 | 0.04 | 0.02 | 176.82 | 0.96 | 0.65 |
| Hex | 51 | FB | F2 | 44 | 0 | 4 | 2 | B1 | 60 | 41 |
| Octal | 121 | 373 | 362 | 104 | 0 | 4 | 2 | 261 | 140 | 101 |
| Binary | 1010001 | 11111011 | 11110010 | 1000100 | 0 | 100 | 10 | 10110001 | 1100000 | 1000001 |
Color Harmonies of #51FBF2
Complementary color
Monochromatic Colors of #51FBF2
Black with #51FBF2
Text Example
Text Example
White with #51FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FBF2; }
p { color: rgb(81,251,242); }
H1.HeaderClassName
{
color: #51FBF2;
}
.AnyTagClassName
{
color: #51FBF2;
}
</style>
background-color css
<style>
a { background-color: #51FBF2; }
a { background-color: rgb(81,251,242); }
div.DivClassName
{
background-color: #51FBF2;
}
.BgClassName
{
background-color: #51FBF2;
}
</style>
border-color css
<style>
span { border-color: #51FBF2; }
span { border-color: rgb(81,251,242); }
td.TdClassName
{
border-color: #51FBF2;
}
.TagClassName
{
border-color: #51FBF2;
}
</style>