Shades of Malibu #68BFDB
Tints of Malibu #68BFDB
RGB
CMYK
RGB Variations
Color information
#68BFDB (or 0x68BFDB) is known color: Malibu. HEX triplet: 68, BF and DB. RGB value is (104,191,219). Sum of RGB (Red+Green+Blue) = 104+191+219=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #68BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFDB is #974024. Grayscale: #A7A7A7. Windows color (decimal): -9912357 or 14401384. OLE color: 14401384.
HSL color Cylindrical-coordinate representation of color #68BFDB: hue angle of 194.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68BFDB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 191 | 219 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.14 |
| HSL | 194.61º | 0.61% | 0.63% | - |
| HSV(B) | 194.61º | 0.53% | 0.86% | - |
| XYZ | 37.13 | 45.32 | 73.81 | - |
| YUV | 168.18 | 156.68 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 219 | 0.53 | 0.13 | 0 | 0.14 | 194.61 | 0.61 | 0.63 |
| Hex | 68 | BF | DB | 35 | D | 0 | E | C3 | 3D | 3F |
| Octal | 150 | 277 | 333 | 65 | 15 | 0 | 16 | 303 | 75 | 77 |
| Binary | 1101000 | 10111111 | 11011011 | 110101 | 1101 | 0 | 1110 | 11000011 | 111101 | 111111 |
Color Harmonies of #68BFDB
Complementary color
Monochromatic Colors of #68BFDB
Black with #68BFDB
Text Example
Text Example
White with #68BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFDB; }
p { color: rgb(104,191,219); }
H1.HeaderClassName
{
color: #68BFDB;
}
.AnyTagClassName
{
color: #68BFDB;
}
</style>
background-color css
<style>
a { background-color: #68BFDB; }
a { background-color: rgb(104,191,219); }
div.DivClassName
{
background-color: #68BFDB;
}
.BgClassName
{
background-color: #68BFDB;
}
</style>
border-color css
<style>
span { border-color: #68BFDB; }
span { border-color: rgb(104,191,219); }
td.TdClassName
{
border-color: #68BFDB;
}
.TagClassName
{
border-color: #68BFDB;
}
</style>