Shades of Malibu #68C5DD
Tints of Malibu #68C5DD
RGB
CMYK
RGB Variations
Color information
#68C5DD (or 0x68C5DD) is known color: Malibu. HEX triplet: 68, C5 and DD. RGB value is (104,197,221). Sum of RGB (Red+Green+Blue) = 104+197+221=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #68C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5DD is #973A22. Grayscale: #ABABAB. Windows color (decimal): -9910819 or 14533992. OLE color: 14533992.
HSL color Cylindrical-coordinate representation of color #68C5DD: hue angle of 192.31º 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 #68C5DD is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 197 | 221 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.13 |
| HSL | 192.31º | 0.63% | 0.64% | - |
| HSV(B) | 192.31º | 0.53% | 0.87% | - |
| XYZ | 38.73 | 48.1 | 75.65 | - |
| YUV | 171.93 | 155.69 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 221 | 0.53 | 0.11 | 0 | 0.13 | 192.31 | 0.63 | 0.64 |
| Hex | 68 | C5 | DD | 35 | B | 0 | D | C0 | 3F | 40 |
| Octal | 150 | 305 | 335 | 65 | 13 | 0 | 15 | 300 | 77 | 100 |
| Binary | 1101000 | 11000101 | 11011101 | 110101 | 1011 | 0 | 1101 | 11000000 | 111111 | 1000000 |
Color Harmonies of #68C5DD
Complementary color
Monochromatic Colors of #68C5DD
Black with #68C5DD
Text Example
Text Example
White with #68C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C5DD; }
p { color: rgb(104,197,221); }
H1.HeaderClassName
{
color: #68C5DD;
}
.AnyTagClassName
{
color: #68C5DD;
}
</style>
background-color css
<style>
a { background-color: #68C5DD; }
a { background-color: rgb(104,197,221); }
div.DivClassName
{
background-color: #68C5DD;
}
.BgClassName
{
background-color: #68C5DD;
}
</style>
border-color css
<style>
span { border-color: #68C5DD; }
span { border-color: rgb(104,197,221); }
td.TdClassName
{
border-color: #68C5DD;
}
.TagClassName
{
border-color: #68C5DD;
}
</style>