Shades of Malibu #76B9DF
Tints of Malibu #76B9DF
RGB
CMYK
RGB Variations
Color information
#76B9DF (or 0x76B9DF) is known color: Malibu. HEX triplet: 76, B9 and DF. RGB value is (118,185,223). Sum of RGB (Red+Green+Blue) = 118+185+223=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #76B9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B9DF is #894620. Grayscale: #A9A9A9. Windows color (decimal): -8996385 or 14662006. OLE color: 14662006.
HSL color Cylindrical-coordinate representation of color #76B9DF: hue angle of 201.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76B9DF is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 185 | 223 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.13 |
| HSL | 201.71º | 0.62% | 0.67% | - |
| HSV(B) | 201.71º | 0.47% | 0.87% | - |
| XYZ | 38.14 | 43.88 | 76.27 | - |
| YUV | 169.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 223 | 0.47 | 0.17 | 0 | 0.13 | 201.71 | 0.62 | 0.67 |
| Hex | 76 | B9 | DF | 2F | 11 | 0 | D | CA | 3E | 43 |
| Octal | 166 | 271 | 337 | 57 | 21 | 0 | 15 | 312 | 76 | 103 |
| Binary | 1110110 | 10111001 | 11011111 | 101111 | 10001 | 0 | 1101 | 11001010 | 111110 | 1000011 |
Color Harmonies of #76B9DF
Complementary color
Monochromatic Colors of #76B9DF
Black with #76B9DF
Text Example
Text Example
White with #76B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B9DF; }
p { color: rgb(118,185,223); }
H1.HeaderClassName
{
color: #76B9DF;
}
.AnyTagClassName
{
color: #76B9DF;
}
</style>
background-color css
<style>
a { background-color: #76B9DF; }
a { background-color: rgb(118,185,223); }
div.DivClassName
{
background-color: #76B9DF;
}
.BgClassName
{
background-color: #76B9DF;
}
</style>
border-color css
<style>
span { border-color: #76B9DF; }
span { border-color: rgb(118,185,223); }
td.TdClassName
{
border-color: #76B9DF;
}
.TagClassName
{
border-color: #76B9DF;
}
</style>