Shades of Malibu #76BCE1
Tints of Malibu #76BCE1
RGB
CMYK
RGB Variations
Color information
#76BCE1 (or 0x76BCE1) is known color: Malibu. HEX triplet: 76, BC and E1. RGB value is (118,188,225). Sum of RGB (Red+Green+Blue) = 118+188+225=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #76BCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCE1 is #89431E. Grayscale: #ABABAB. Windows color (decimal): -8995615 or 14793846. OLE color: 14793846.
HSL color Cylindrical-coordinate representation of color #76BCE1: hue angle of 200.75º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76BCE1 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 188 | 225 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.12 |
| HSL | 200.75º | 0.64% | 0.67% | - |
| HSV(B) | 200.75º | 0.48% | 0.88% | - |
| XYZ | 39.05 | 45.25 | 77.91 | - |
| YUV | 171.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 225 | 0.48 | 0.16 | 0 | 0.12 | 200.75 | 0.64 | 0.67 |
| Hex | 76 | BC | E1 | 30 | 10 | 0 | C | C9 | 40 | 43 |
| Octal | 166 | 274 | 341 | 60 | 20 | 0 | 14 | 311 | 100 | 103 |
| Binary | 1110110 | 10111100 | 11100001 | 110000 | 10000 | 0 | 1100 | 11001001 | 1000000 | 1000011 |
Color Harmonies of #76BCE1
Complementary color
Monochromatic Colors of #76BCE1
Black with #76BCE1
Text Example
Text Example
White with #76BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCE1; }
p { color: rgb(118,188,225); }
H1.HeaderClassName
{
color: #76BCE1;
}
.AnyTagClassName
{
color: #76BCE1;
}
</style>
background-color css
<style>
a { background-color: #76BCE1; }
a { background-color: rgb(118,188,225); }
div.DivClassName
{
background-color: #76BCE1;
}
.BgClassName
{
background-color: #76BCE1;
}
</style>
border-color css
<style>
span { border-color: #76BCE1; }
span { border-color: rgb(118,188,225); }
td.TdClassName
{
border-color: #76BCE1;
}
.TagClassName
{
border-color: #76BCE1;
}
</style>