Shades of Malibu #68BBE0
Tints of Malibu #68BBE0
RGB
CMYK
RGB Variations
Color information
#68BBE0 (or 0x68BBE0) is known color: Malibu. HEX triplet: 68, BB and E0. RGB value is (104,187,224). Sum of RGB (Red+Green+Blue) = 104+187+224=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #68BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBE0 is #97441F. Grayscale: #A6A6A6. Windows color (decimal): -9913376 or 14728040. OLE color: 14728040.
HSL color Cylindrical-coordinate representation of color #68BBE0: hue angle of 198.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68BBE0 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 187 | 224 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.12 |
| HSL | 198.5º | 0.66% | 0.64% | - |
| HSV(B) | 198.5º | 0.54% | 0.88% | - |
| XYZ | 36.93 | 43.87 | 77.04 | - |
| YUV | 166.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 224 | 0.54 | 0.17 | 0 | 0.12 | 198.5 | 0.66 | 0.64 |
| Hex | 68 | BB | E0 | 36 | 11 | 0 | C | C6 | 42 | 40 |
| Octal | 150 | 273 | 340 | 66 | 21 | 0 | 14 | 306 | 102 | 100 |
| Binary | 1101000 | 10111011 | 11100000 | 110110 | 10001 | 0 | 1100 | 11000110 | 1000010 | 1000000 |
Color Harmonies of #68BBE0
Complementary color
Monochromatic Colors of #68BBE0
Black with #68BBE0
Text Example
Text Example
White with #68BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBE0; }
p { color: rgb(104,187,224); }
H1.HeaderClassName
{
color: #68BBE0;
}
.AnyTagClassName
{
color: #68BBE0;
}
</style>
background-color css
<style>
a { background-color: #68BBE0; }
a { background-color: rgb(104,187,224); }
div.DivClassName
{
background-color: #68BBE0;
}
.BgClassName
{
background-color: #68BBE0;
}
</style>
border-color css
<style>
span { border-color: #68BBE0; }
span { border-color: rgb(104,187,224); }
td.TdClassName
{
border-color: #68BBE0;
}
.TagClassName
{
border-color: #68BBE0;
}
</style>