Shades of Malibu #51B1FD
Tints of Malibu #51B1FD
RGB
CMYK
RGB Variations
Color information
#51B1FD (or 0x51B1FD) is known color: Malibu. HEX triplet: 51, B1 and FD. RGB value is (81,177,253). Sum of RGB (Red+Green+Blue) = 81+177+253=511 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.85% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #51B1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51B1FD is #AE4E02. Grayscale: #9C9C9C. Windows color (decimal): -11423235 or 16626001. OLE color: 16626001.
HSL color Cylindrical-coordinate representation of color #51B1FD: hue angle of 206.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51B1FD is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 177 | 253 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.01 |
| HSL | 206.51º | 0.98% | 0.65% | - |
| HSV(B) | 206.51º | 0.68% | 0.99% | - |
| XYZ | 36.85 | 40.29 | 98.76 | - |
| YUV | 156.96 | 182.2 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 253 | 0.68 | 0.30 | 0 | 0.01 | 206.51 | 0.98 | 0.65 |
| Hex | 51 | B1 | FD | 44 | 1E | 0 | 1 | CF | 62 | 41 |
| Octal | 121 | 261 | 375 | 104 | 36 | 0 | 1 | 317 | 142 | 101 |
| Binary | 1010001 | 10110001 | 11111101 | 1000100 | 11110 | 0 | 1 | 11001111 | 1100010 | 1000001 |
Color Harmonies of #51B1FD
Complementary color
Monochromatic Colors of #51B1FD
Black with #51B1FD
Text Example
Text Example
White with #51B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B1FD; }
p { color: rgb(81,177,253); }
H1.HeaderClassName
{
color: #51B1FD;
}
.AnyTagClassName
{
color: #51B1FD;
}
</style>
background-color css
<style>
a { background-color: #51B1FD; }
a { background-color: rgb(81,177,253); }
div.DivClassName
{
background-color: #51B1FD;
}
.BgClassName
{
background-color: #51B1FD;
}
</style>
border-color css
<style>
span { border-color: #51B1FD; }
span { border-color: rgb(81,177,253); }
td.TdClassName
{
border-color: #51B1FD;
}
.TagClassName
{
border-color: #51B1FD;
}
</style>