Shades of Malibu #51B2EE
Tints of Malibu #51B2EE
RGB
CMYK
RGB Variations
Color information
#51B2EE (or 0x51B2EE) is known color: Malibu. HEX triplet: 51, B2 and EE. RGB value is (81,178,238). Sum of RGB (Red+Green+Blue) = 81+178+238=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #51B2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51B2EE is #AE4D11. Grayscale: #9B9B9B. Windows color (decimal): -11422994 or 15643217. OLE color: 15643217.
HSL color Cylindrical-coordinate representation of color #51B2EE: hue angle of 202.93º 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 #51B2EE is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 178 | 238 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.07 |
| HSL | 202.93º | 0.82% | 0.63% | - |
| HSV(B) | 202.93º | 0.66% | 0.93% | - |
| XYZ | 34.75 | 39.76 | 86.73 | - |
| YUV | 155.84 | 174.36 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 178 | 238 | 0.66 | 0.25 | 0 | 0.07 | 202.93 | 0.82 | 0.63 |
| Hex | 51 | B2 | EE | 42 | 19 | 0 | 7 | CB | 52 | 3F |
| Octal | 121 | 262 | 356 | 102 | 31 | 0 | 7 | 313 | 122 | 77 |
| Binary | 1010001 | 10110010 | 11101110 | 1000010 | 11001 | 0 | 111 | 11001011 | 1010010 | 111111 |
Color Harmonies of #51B2EE
Complementary color
Monochromatic Colors of #51B2EE
Black with #51B2EE
Text Example
Text Example
White with #51B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B2EE; }
p { color: rgb(81,178,238); }
H1.HeaderClassName
{
color: #51B2EE;
}
.AnyTagClassName
{
color: #51B2EE;
}
</style>
background-color css
<style>
a { background-color: #51B2EE; }
a { background-color: rgb(81,178,238); }
div.DivClassName
{
background-color: #51B2EE;
}
.BgClassName
{
background-color: #51B2EE;
}
</style>
border-color css
<style>
span { border-color: #51B2EE; }
span { border-color: rgb(81,178,238); }
td.TdClassName
{
border-color: #51B2EE;
}
.TagClassName
{
border-color: #51B2EE;
}
</style>