Shades of Malibu #68BDDC
Tints of Malibu #68BDDC
RGB
CMYK
RGB Variations
Color information
#68BDDC (or 0x68BDDC) is known color: Malibu. HEX triplet: 68, BD and DC. RGB value is (104,189,220). Sum of RGB (Red+Green+Blue) = 104+189+220=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #68BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDDC is #974223. Grayscale: #A6A6A6. Windows color (decimal): -9912868 or 14466408. OLE color: 14466408.
HSL color Cylindrical-coordinate representation of color #68BDDC: hue angle of 196.03º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68BDDC is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 189 | 220 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.14 |
| HSL | 196.03º | 0.62% | 0.64% | - |
| HSV(B) | 196.03º | 0.53% | 0.86% | - |
| XYZ | 36.82 | 44.51 | 74.36 | - |
| YUV | 167.12 | 157.84 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 220 | 0.53 | 0.14 | 0 | 0.14 | 196.03 | 0.62 | 0.64 |
| Hex | 68 | BD | DC | 35 | E | 0 | E | C4 | 3E | 40 |
| Octal | 150 | 275 | 334 | 65 | 16 | 0 | 16 | 304 | 76 | 100 |
| Binary | 1101000 | 10111101 | 11011100 | 110101 | 1110 | 0 | 1110 | 11000100 | 111110 | 1000000 |
Color Harmonies of #68BDDC
Complementary color
Monochromatic Colors of #68BDDC
Black with #68BDDC
Text Example
Text Example
White with #68BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDDC; }
p { color: rgb(104,189,220); }
H1.HeaderClassName
{
color: #68BDDC;
}
.AnyTagClassName
{
color: #68BDDC;
}
</style>
background-color css
<style>
a { background-color: #68BDDC; }
a { background-color: rgb(104,189,220); }
div.DivClassName
{
background-color: #68BDDC;
}
.BgClassName
{
background-color: #68BDDC;
}
</style>
border-color css
<style>
span { border-color: #68BDDC; }
span { border-color: rgb(104,189,220); }
td.TdClassName
{
border-color: #68BDDC;
}
.TagClassName
{
border-color: #68BDDC;
}
</style>