Shades of Malibu #77C0E6
Tints of Malibu #77C0E6
RGB
CMYK
RGB Variations
Color information
#77C0E6 (or 0x77C0E6) is known color: Malibu. HEX triplet: 77, C0 and E6. RGB value is (119,192,230). Sum of RGB (Red+Green+Blue) = 119+192+230=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #77C0E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C0E6 is #883F19. Grayscale: #AEAEAE. Windows color (decimal): -8929050 or 15122551. OLE color: 15122551.
HSL color Cylindrical-coordinate representation of color #77C0E6: hue angle of 200.54º 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 #77C0E6 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 192 | 230 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.10 |
| HSL | 200.54º | 0.69% | 0.68% | - |
| HSV(B) | 200.54º | 0.48% | 0.9% | - |
| XYZ | 40.74 | 47.33 | 81.85 | - |
| YUV | 174.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 230 | 0.48 | 0.17 | 0 | 0.10 | 200.54 | 0.69 | 0.68 |
| Hex | 77 | C0 | E6 | 30 | 11 | 0 | A | C9 | 45 | 44 |
| Octal | 167 | 300 | 346 | 60 | 21 | 0 | 12 | 311 | 105 | 104 |
| Binary | 1110111 | 11000000 | 11100110 | 110000 | 10001 | 0 | 1010 | 11001001 | 1000101 | 1000100 |
Color Harmonies of #77C0E6
Complementary color
Monochromatic Colors of #77C0E6
Black with #77C0E6
Text Example
Text Example
White with #77C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C0E6; }
p { color: rgb(119,192,230); }
H1.HeaderClassName
{
color: #77C0E6;
}
.AnyTagClassName
{
color: #77C0E6;
}
</style>
background-color css
<style>
a { background-color: #77C0E6; }
a { background-color: rgb(119,192,230); }
div.DivClassName
{
background-color: #77C0E6;
}
.BgClassName
{
background-color: #77C0E6;
}
</style>
border-color css
<style>
span { border-color: #77C0E6; }
span { border-color: rgb(119,192,230); }
td.TdClassName
{
border-color: #77C0E6;
}
.TagClassName
{
border-color: #77C0E6;
}
</style>