Shades of Malibu #68B1EC
Tints of Malibu #68B1EC
RGB
CMYK
RGB Variations
Color information
#68B1EC (or 0x68B1EC) is known color: Malibu. HEX triplet: 68, B1 and EC. RGB value is (104,177,236). Sum of RGB (Red+Green+Blue) = 104+177+236=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #68B1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B1EC is #974E13. Grayscale: #A1A1A1. Windows color (decimal): -9915924 or 15511912. OLE color: 15511912.
HSL color Cylindrical-coordinate representation of color #68B1EC: hue angle of 206.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68B1EC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 177 | 236 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.07 |
| HSL | 206.82º | 0.78% | 0.67% | - |
| HSV(B) | 206.82º | 0.56% | 0.93% | - |
| XYZ | 36.57 | 40.44 | 85.24 | - |
| YUV | 161.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 236 | 0.56 | 0.25 | 0 | 0.07 | 206.82 | 0.78 | 0.67 |
| Hex | 68 | B1 | EC | 38 | 19 | 0 | 7 | CF | 4E | 43 |
| Octal | 150 | 261 | 354 | 70 | 31 | 0 | 7 | 317 | 116 | 103 |
| Binary | 1101000 | 10110001 | 11101100 | 111000 | 11001 | 0 | 111 | 11001111 | 1001110 | 1000011 |
Color Harmonies of #68B1EC
Complementary color
Monochromatic Colors of #68B1EC
Black with #68B1EC
Text Example
Text Example
White with #68B1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B1EC; }
p { color: rgb(104,177,236); }
H1.HeaderClassName
{
color: #68B1EC;
}
.AnyTagClassName
{
color: #68B1EC;
}
</style>
background-color css
<style>
a { background-color: #68B1EC; }
a { background-color: rgb(104,177,236); }
div.DivClassName
{
background-color: #68B1EC;
}
.BgClassName
{
background-color: #68B1EC;
}
</style>
border-color css
<style>
span { border-color: #68B1EC; }
span { border-color: rgb(104,177,236); }
td.TdClassName
{
border-color: #68B1EC;
}
.TagClassName
{
border-color: #68B1EC;
}
</style>