Shades of Malibu #68B8DD
Tints of Malibu #68B8DD
RGB
CMYK
RGB Variations
Color information
#68B8DD (or 0x68B8DD) is known color: Malibu. HEX triplet: 68, B8 and DD. RGB value is (104,184,221). Sum of RGB (Red+Green+Blue) = 104+184+221=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #68B8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8DD is #974722. Grayscale: #A4A4A4. Windows color (decimal): -9914147 or 14530664. OLE color: 14530664.
HSL color Cylindrical-coordinate representation of color #68B8DD: hue angle of 198.97º 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 #68B8DD is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 184 | 221 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.13 |
| HSL | 198.97º | 0.63% | 0.64% | - |
| HSV(B) | 198.97º | 0.53% | 0.87% | - |
| XYZ | 35.9 | 42.44 | 74.71 | - |
| YUV | 164.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 221 | 0.53 | 0.17 | 0 | 0.13 | 198.97 | 0.63 | 0.64 |
| Hex | 68 | B8 | DD | 35 | 11 | 0 | D | C7 | 3F | 40 |
| Octal | 150 | 270 | 335 | 65 | 21 | 0 | 15 | 307 | 77 | 100 |
| Binary | 1101000 | 10111000 | 11011101 | 110101 | 10001 | 0 | 1101 | 11000111 | 111111 | 1000000 |
Color Harmonies of #68B8DD
Complementary color
Monochromatic Colors of #68B8DD
Black with #68B8DD
Text Example
Text Example
White with #68B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B8DD; }
p { color: rgb(104,184,221); }
H1.HeaderClassName
{
color: #68B8DD;
}
.AnyTagClassName
{
color: #68B8DD;
}
</style>
background-color css
<style>
a { background-color: #68B8DD; }
a { background-color: rgb(104,184,221); }
div.DivClassName
{
background-color: #68B8DD;
}
.BgClassName
{
background-color: #68B8DD;
}
</style>
border-color css
<style>
span { border-color: #68B8DD; }
span { border-color: rgb(104,184,221); }
td.TdClassName
{
border-color: #68B8DD;
}
.TagClassName
{
border-color: #68B8DD;
}
</style>