Shades of Malibu #77BAE6
Tints of Malibu #77BAE6
RGB
CMYK
RGB Variations
Color information
#77BAE6 (or 0x77BAE6) is known color: Malibu. HEX triplet: 77, BA and E6. RGB value is (119,186,230). Sum of RGB (Red+Green+Blue) = 119+186+230=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #77BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BAE6 is #884519. Grayscale: #AAAAAA. Windows color (decimal): -8930586 or 15121015. OLE color: 15121015.
HSL color Cylindrical-coordinate representation of color #77BAE6: hue angle of 203.78º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77BAE6 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 186 | 230 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.10 |
| HSL | 203.78º | 0.69% | 0.68% | - |
| HSV(B) | 203.78º | 0.48% | 0.9% | - |
| XYZ | 39.45 | 44.75 | 81.42 | - |
| YUV | 170.98 | 161.3 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 230 | 0.48 | 0.19 | 0 | 0.10 | 203.78 | 0.69 | 0.68 |
| Hex | 77 | BA | E6 | 30 | 13 | 0 | A | CC | 45 | 44 |
| Octal | 167 | 272 | 346 | 60 | 23 | 0 | 12 | 314 | 105 | 104 |
| Binary | 1110111 | 10111010 | 11100110 | 110000 | 10011 | 0 | 1010 | 11001100 | 1000101 | 1000100 |
Color Harmonies of #77BAE6
Complementary color
Monochromatic Colors of #77BAE6
Black with #77BAE6
Text Example
Text Example
White with #77BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BAE6; }
p { color: rgb(119,186,230); }
H1.HeaderClassName
{
color: #77BAE6;
}
.AnyTagClassName
{
color: #77BAE6;
}
</style>
background-color css
<style>
a { background-color: #77BAE6; }
a { background-color: rgb(119,186,230); }
div.DivClassName
{
background-color: #77BAE6;
}
.BgClassName
{
background-color: #77BAE6;
}
</style>
border-color css
<style>
span { border-color: #77BAE6; }
span { border-color: rgb(119,186,230); }
td.TdClassName
{
border-color: #77BAE6;
}
.TagClassName
{
border-color: #77BAE6;
}
</style>