Shades of Malibu #77B9E8
Tints of Malibu #77B9E8
RGB
CMYK
RGB Variations
Color information
#77B9E8 (or 0x77B9E8) is known color: Malibu. HEX triplet: 77, B9 and E8. RGB value is (119,185,232). Sum of RGB (Red+Green+Blue) = 119+185+232=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #77B9E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B9E8 is #884617. Grayscale: #AAAAAA. Windows color (decimal): -8930840 or 15251831. OLE color: 15251831.
HSL color Cylindrical-coordinate representation of color #77B9E8: hue angle of 204.96º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77B9E8 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 185 | 232 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.09 |
| HSL | 204.96º | 0.71% | 0.69% | - |
| HSV(B) | 204.96º | 0.49% | 0.91% | - |
| XYZ | 39.52 | 44.45 | 82.84 | - |
| YUV | 170.62 | 162.63 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 232 | 0.49 | 0.20 | 0 | 0.09 | 204.96 | 0.71 | 0.69 |
| Hex | 77 | B9 | E8 | 31 | 14 | 0 | 9 | CD | 47 | 45 |
| Octal | 167 | 271 | 350 | 61 | 24 | 0 | 11 | 315 | 107 | 105 |
| Binary | 1110111 | 10111001 | 11101000 | 110001 | 10100 | 0 | 1001 | 11001101 | 1000111 | 1000101 |
Color Harmonies of #77B9E8
Complementary color
Monochromatic Colors of #77B9E8
Black with #77B9E8
Text Example
Text Example
White with #77B9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B9E8; }
p { color: rgb(119,185,232); }
H1.HeaderClassName
{
color: #77B9E8;
}
.AnyTagClassName
{
color: #77B9E8;
}
</style>
background-color css
<style>
a { background-color: #77B9E8; }
a { background-color: rgb(119,185,232); }
div.DivClassName
{
background-color: #77B9E8;
}
.BgClassName
{
background-color: #77B9E8;
}
</style>
border-color css
<style>
span { border-color: #77B9E8; }
span { border-color: rgb(119,185,232); }
td.TdClassName
{
border-color: #77B9E8;
}
.TagClassName
{
border-color: #77B9E8;
}
</style>