Shades of Malibu #68B4DA
Tints of Malibu #68B4DA
RGB
CMYK
RGB Variations
Color information
#68B4DA (or 0x68B4DA) is known color: Malibu. HEX triplet: 68, B4 and DA. RGB value is (104,180,218). Sum of RGB (Red+Green+Blue) = 104+180+218=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #68B4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B4DA is #974B25. Grayscale: #A1A1A1. Windows color (decimal): -9915174 or 14333032. OLE color: 14333032.
HSL color Cylindrical-coordinate representation of color #68B4DA: hue angle of 200º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68B4DA is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 180 | 218 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.15 |
| HSL | 200º | 0.61% | 0.63% | - |
| HSV(B) | 200º | 0.52% | 0.85% | - |
| XYZ | 34.69 | 40.65 | 72.35 | - |
| YUV | 161.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 218 | 0.52 | 0.17 | 0 | 0.15 | 200 | 0.61 | 0.63 |
| Hex | 68 | B4 | DA | 34 | 11 | 0 | F | C8 | 3D | 3F |
| Octal | 150 | 264 | 332 | 64 | 21 | 0 | 17 | 310 | 75 | 77 |
| Binary | 1101000 | 10110100 | 11011010 | 110100 | 10001 | 0 | 1111 | 11001000 | 111101 | 111111 |
Color Harmonies of #68B4DA
Complementary color
Monochromatic Colors of #68B4DA
Black with #68B4DA
Text Example
Text Example
White with #68B4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B4DA; }
p { color: rgb(104,180,218); }
H1.HeaderClassName
{
color: #68B4DA;
}
.AnyTagClassName
{
color: #68B4DA;
}
</style>
background-color css
<style>
a { background-color: #68B4DA; }
a { background-color: rgb(104,180,218); }
div.DivClassName
{
background-color: #68B4DA;
}
.BgClassName
{
background-color: #68B4DA;
}
</style>
border-color css
<style>
span { border-color: #68B4DA; }
span { border-color: rgb(104,180,218); }
td.TdClassName
{
border-color: #68B4DA;
}
.TagClassName
{
border-color: #68B4DA;
}
</style>