Shades of Malibu #51A8EE
Tints of Malibu #51A8EE
RGB
CMYK
RGB Variations
Color information
#51A8EE (or 0x51A8EE) is known color: Malibu. HEX triplet: 51, A8 and EE. RGB value is (81,168,238). Sum of RGB (Red+Green+Blue) = 81+168+238=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #51A8EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A8EE is #AE5711. Grayscale: #959595. Windows color (decimal): -11425554 or 15640657. OLE color: 15640657.
HSL color Cylindrical-coordinate representation of color #51A8EE: hue angle of 206.75º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51A8EE is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 168 | 238 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.07 |
| HSL | 206.75º | 0.82% | 0.63% | - |
| HSV(B) | 206.75º | 0.66% | 0.93% | - |
| XYZ | 32.83 | 35.93 | 86.09 | - |
| YUV | 149.97 | 177.68 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 238 | 0.66 | 0.29 | 0 | 0.07 | 206.75 | 0.82 | 0.63 |
| Hex | 51 | A8 | EE | 42 | 1D | 0 | 7 | CF | 52 | 3F |
| Octal | 121 | 250 | 356 | 102 | 35 | 0 | 7 | 317 | 122 | 77 |
| Binary | 1010001 | 10101000 | 11101110 | 1000010 | 11101 | 0 | 111 | 11001111 | 1010010 | 111111 |
Color Harmonies of #51A8EE
Complementary color
Monochromatic Colors of #51A8EE
Black with #51A8EE
Text Example
Text Example
White with #51A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8EE; }
p { color: rgb(81,168,238); }
H1.HeaderClassName
{
color: #51A8EE;
}
.AnyTagClassName
{
color: #51A8EE;
}
</style>
background-color css
<style>
a { background-color: #51A8EE; }
a { background-color: rgb(81,168,238); }
div.DivClassName
{
background-color: #51A8EE;
}
.BgClassName
{
background-color: #51A8EE;
}
</style>
border-color css
<style>
span { border-color: #51A8EE; }
span { border-color: rgb(81,168,238); }
td.TdClassName
{
border-color: #51A8EE;
}
.TagClassName
{
border-color: #51A8EE;
}
</style>