Shades of Malibu #51BFF2
Tints of Malibu #51BFF2
RGB
CMYK
RGB Variations
Color information
#51BFF2 (or 0x51BFF2) is known color: Malibu. HEX triplet: 51, BF and F2. RGB value is (81,191,242). Sum of RGB (Red+Green+Blue) = 81+191+242=514 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.76% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #51BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BFF2 is #AE400D. Grayscale: #A3A3A3. Windows color (decimal): -11419662 or 15908689. OLE color: 15908689.
HSL color Cylindrical-coordinate representation of color #51BFF2: hue angle of 199.01º 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 #51BFF2 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 191 | 242 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.05 |
| HSL | 199.01º | 0.86% | 0.63% | - |
| HSV(B) | 199.01º | 0.67% | 0.95% | - |
| XYZ | 38.05 | 45.42 | 90.77 | - |
| YUV | 163.92 | 172.06 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 242 | 0.67 | 0.21 | 0 | 0.05 | 199.01 | 0.86 | 0.63 |
| Hex | 51 | BF | F2 | 43 | 15 | 0 | 5 | C7 | 56 | 3F |
| Octal | 121 | 277 | 362 | 103 | 25 | 0 | 5 | 307 | 126 | 77 |
| Binary | 1010001 | 10111111 | 11110010 | 1000011 | 10101 | 0 | 101 | 11000111 | 1010110 | 111111 |
Color Harmonies of #51BFF2
Complementary color
Monochromatic Colors of #51BFF2
Black with #51BFF2
Text Example
Text Example
White with #51BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFF2; }
p { color: rgb(81,191,242); }
H1.HeaderClassName
{
color: #51BFF2;
}
.AnyTagClassName
{
color: #51BFF2;
}
</style>
background-color css
<style>
a { background-color: #51BFF2; }
a { background-color: rgb(81,191,242); }
div.DivClassName
{
background-color: #51BFF2;
}
.BgClassName
{
background-color: #51BFF2;
}
</style>
border-color css
<style>
span { border-color: #51BFF2; }
span { border-color: rgb(81,191,242); }
td.TdClassName
{
border-color: #51BFF2;
}
.TagClassName
{
border-color: #51BFF2;
}
</style>