Shades of Malibu #68B9DD
Tints of Malibu #68B9DD
RGB
CMYK
RGB Variations
Color information
#68B9DD (or 0x68B9DD) is known color: Malibu. HEX triplet: 68, B9 and DD. RGB value is (104,185,221). Sum of RGB (Red+Green+Blue) = 104+185+221=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #68B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B9DD is #974622. Grayscale: #A4A4A4. Windows color (decimal): -9913891 or 14530920. OLE color: 14530920.
HSL color Cylindrical-coordinate representation of color #68B9DD: hue angle of 198.46º degrees, saturation: 0.63, 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 #68B9DD is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 185 | 221 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.13 |
| HSL | 198.46º | 0.63% | 0.64% | - |
| HSV(B) | 198.46º | 0.53% | 0.87% | - |
| XYZ | 36.11 | 42.86 | 74.78 | - |
| YUV | 164.89 | 159.66 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 221 | 0.53 | 0.16 | 0 | 0.13 | 198.46 | 0.63 | 0.64 |
| Hex | 68 | B9 | DD | 35 | 10 | 0 | D | C6 | 3F | 40 |
| Octal | 150 | 271 | 335 | 65 | 20 | 0 | 15 | 306 | 77 | 100 |
| Binary | 1101000 | 10111001 | 11011101 | 110101 | 10000 | 0 | 1101 | 11000110 | 111111 | 1000000 |
Color Harmonies of #68B9DD
Complementary color
Monochromatic Colors of #68B9DD
Black with #68B9DD
Text Example
Text Example
White with #68B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B9DD; }
p { color: rgb(104,185,221); }
H1.HeaderClassName
{
color: #68B9DD;
}
.AnyTagClassName
{
color: #68B9DD;
}
</style>
background-color css
<style>
a { background-color: #68B9DD; }
a { background-color: rgb(104,185,221); }
div.DivClassName
{
background-color: #68B9DD;
}
.BgClassName
{
background-color: #68B9DD;
}
</style>
border-color css
<style>
span { border-color: #68B9DD; }
span { border-color: rgb(104,185,221); }
td.TdClassName
{
border-color: #68B9DD;
}
.TagClassName
{
border-color: #68B9DD;
}
</style>