Shades of Baby Blue #51EFF2
Tints of Baby Blue #51EFF2
RGB
CMYK
RGB Variations
Color information
#51EFF2 (or 0x51EFF2) is known color: Baby Blue. HEX triplet: 51, EF and F2. RGB value is (81,239,242). Sum of RGB (Red+Green+Blue) = 81+239+242=562 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.41% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #51EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EFF2 is #AE100D. Grayscale: #BFBFBF. Windows color (decimal): -11407374 or 15920977. OLE color: 15920977.
HSL color Cylindrical-coordinate representation of color #51EFF2: hue angle of 181.12º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51EFF2 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 239 | 242 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.05 |
| HSL | 181.12º | 0.86% | 0.63% | - |
| HSV(B) | 181.12º | 0.67% | 0.95% | - |
| XYZ | 50.29 | 69.89 | 94.84 | - |
| YUV | 192.1 | 156.15 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 242 | 0.67 | 0.01 | 0 | 0.05 | 181.12 | 0.86 | 0.63 |
| Hex | 51 | EF | F2 | 43 | 1 | 0 | 5 | B5 | 56 | 3F |
| Octal | 121 | 357 | 362 | 103 | 1 | 0 | 5 | 265 | 126 | 77 |
| Binary | 1010001 | 11101111 | 11110010 | 1000011 | 1 | 0 | 101 | 10110101 | 1010110 | 111111 |
Color Harmonies of #51EFF2
Complementary color
Monochromatic Colors of #51EFF2
Black with #51EFF2
Text Example
Text Example
White with #51EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFF2; }
p { color: rgb(81,239,242); }
H1.HeaderClassName
{
color: #51EFF2;
}
.AnyTagClassName
{
color: #51EFF2;
}
</style>
background-color css
<style>
a { background-color: #51EFF2; }
a { background-color: rgb(81,239,242); }
div.DivClassName
{
background-color: #51EFF2;
}
.BgClassName
{
background-color: #51EFF2;
}
</style>
border-color css
<style>
span { border-color: #51EFF2; }
span { border-color: rgb(81,239,242); }
td.TdClassName
{
border-color: #51EFF2;
}
.TagClassName
{
border-color: #51EFF2;
}
</style>