Shades of Malibu #77BFE5
Tints of Malibu #77BFE5
RGB
CMYK
RGB Variations
Color information
#77BFE5 (or 0x77BFE5) is known color: Malibu. HEX triplet: 77, BF and E5. RGB value is (119,191,229). Sum of RGB (Red+Green+Blue) = 119+191+229=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #77BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFE5 is #88401A. Grayscale: #ADADAD. Windows color (decimal): -8929307 or 15056759. OLE color: 15056759.
HSL color Cylindrical-coordinate representation of color #77BFE5: hue angle of 200.73º degrees, saturation: 0.68, 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 #77BFE5 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 191 | 229 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.10 |
| HSL | 200.73º | 0.68% | 0.68% | - |
| HSV(B) | 200.73º | 0.48% | 0.9% | - |
| XYZ | 40.38 | 46.84 | 81.04 | - |
| YUV | 173.8 | 159.15 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 229 | 0.48 | 0.17 | 0 | 0.10 | 200.73 | 0.68 | 0.68 |
| Hex | 77 | BF | E5 | 30 | 11 | 0 | A | C9 | 44 | 44 |
| Octal | 167 | 277 | 345 | 60 | 21 | 0 | 12 | 311 | 104 | 104 |
| Binary | 1110111 | 10111111 | 11100101 | 110000 | 10001 | 0 | 1010 | 11001001 | 1000100 | 1000100 |
Color Harmonies of #77BFE5
Complementary color
Monochromatic Colors of #77BFE5
Black with #77BFE5
Text Example
Text Example
White with #77BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BFE5; }
p { color: rgb(119,191,229); }
H1.HeaderClassName
{
color: #77BFE5;
}
.AnyTagClassName
{
color: #77BFE5;
}
</style>
background-color css
<style>
a { background-color: #77BFE5; }
a { background-color: rgb(119,191,229); }
div.DivClassName
{
background-color: #77BFE5;
}
.BgClassName
{
background-color: #77BFE5;
}
</style>
border-color css
<style>
span { border-color: #77BFE5; }
span { border-color: rgb(119,191,229); }
td.TdClassName
{
border-color: #77BFE5;
}
.TagClassName
{
border-color: #77BFE5;
}
</style>