Shades of Malibu #68BBDE
Tints of Malibu #68BBDE
RGB
CMYK
RGB Variations
Color information
#68BBDE (or 0x68BBDE) is known color: Malibu. HEX triplet: 68, BB and DE. RGB value is (104,187,222). Sum of RGB (Red+Green+Blue) = 104+187+222=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #68BBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBDE is #974421. Grayscale: #A5A5A5. Windows color (decimal): -9913378 or 14596968. OLE color: 14596968.
HSL color Cylindrical-coordinate representation of color #68BBDE: hue angle of 197.8º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68BBDE is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 187 | 222 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.13 |
| HSL | 197.8º | 0.64% | 0.64% | - |
| HSV(B) | 197.8º | 0.53% | 0.87% | - |
| XYZ | 36.66 | 43.76 | 75.62 | - |
| YUV | 166.17 | 159.5 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 222 | 0.53 | 0.16 | 0 | 0.13 | 197.8 | 0.64 | 0.64 |
| Hex | 68 | BB | DE | 35 | 10 | 0 | D | C6 | 40 | 40 |
| Octal | 150 | 273 | 336 | 65 | 20 | 0 | 15 | 306 | 100 | 100 |
| Binary | 1101000 | 10111011 | 11011110 | 110101 | 10000 | 0 | 1101 | 11000110 | 1000000 | 1000000 |
Color Harmonies of #68BBDE
Complementary color
Monochromatic Colors of #68BBDE
Black with #68BBDE
Text Example
Text Example
White with #68BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBDE; }
p { color: rgb(104,187,222); }
H1.HeaderClassName
{
color: #68BBDE;
}
.AnyTagClassName
{
color: #68BBDE;
}
</style>
background-color css
<style>
a { background-color: #68BBDE; }
a { background-color: rgb(104,187,222); }
div.DivClassName
{
background-color: #68BBDE;
}
.BgClassName
{
background-color: #68BBDE;
}
</style>
border-color css
<style>
span { border-color: #68BBDE; }
span { border-color: rgb(104,187,222); }
td.TdClassName
{
border-color: #68BBDE;
}
.TagClassName
{
border-color: #68BBDE;
}
</style>