Shades of Malibu #51C3E3
Tints of Malibu #51C3E3
RGB
CMYK
RGB Variations
Color information
#51C3E3 (or 0x51C3E3) is known color: Malibu. HEX triplet: 51, C3 and E3. RGB value is (81,195,227). Sum of RGB (Red+Green+Blue) = 81+195+227=503 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.10% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #51C3E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C3E3 is #AE3C1C. Grayscale: #A4A4A4. Windows color (decimal): -11418653 or 14926673. OLE color: 14926673.
HSL color Cylindrical-coordinate representation of color #51C3E3: hue angle of 193.15º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51C3E3 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 195 | 227 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.11 |
| HSL | 193.15º | 0.72% | 0.6% | - |
| HSV(B) | 193.15º | 0.64% | 0.89% | - |
| XYZ | 36.77 | 46.33 | 79.68 | - |
| YUV | 164.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 195 | 227 | 0.64 | 0.14 | 0 | 0.11 | 193.15 | 0.72 | 0.6 |
| Hex | 51 | C3 | E3 | 40 | E | 0 | B | C1 | 48 | 3C |
| Octal | 121 | 303 | 343 | 100 | 16 | 0 | 13 | 301 | 110 | 74 |
| Binary | 1010001 | 11000011 | 11100011 | 1000000 | 1110 | 0 | 1011 | 11000001 | 1001000 | 111100 |
Color Harmonies of #51C3E3
Complementary color
Monochromatic Colors of #51C3E3
Black with #51C3E3
Text Example
Text Example
White with #51C3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C3E3; }
p { color: rgb(81,195,227); }
H1.HeaderClassName
{
color: #51C3E3;
}
.AnyTagClassName
{
color: #51C3E3;
}
</style>
background-color css
<style>
a { background-color: #51C3E3; }
a { background-color: rgb(81,195,227); }
div.DivClassName
{
background-color: #51C3E3;
}
.BgClassName
{
background-color: #51C3E3;
}
</style>
border-color css
<style>
span { border-color: #51C3E3; }
span { border-color: rgb(81,195,227); }
td.TdClassName
{
border-color: #51C3E3;
}
.TagClassName
{
border-color: #51C3E3;
}
</style>