Shades of Malibu #68B2DA
Tints of Malibu #68B2DA
RGB
CMYK
RGB Variations
Color information
#68B2DA (or 0x68B2DA) is known color: Malibu. HEX triplet: 68, B2 and DA. RGB value is (104,178,218). Sum of RGB (Red+Green+Blue) = 104+178+218=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #68B2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B2DA is #974D25. Grayscale: #A0A0A0. Windows color (decimal): -9915686 or 14332520. OLE color: 14332520.
HSL color Cylindrical-coordinate representation of color #68B2DA: hue angle of 201.05º 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 #68B2DA is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 178 | 218 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.15 |
| HSL | 201.05º | 0.61% | 0.63% | - |
| HSV(B) | 201.05º | 0.52% | 0.85% | - |
| XYZ | 34.28 | 39.85 | 72.21 | - |
| YUV | 160.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 218 | 0.52 | 0.18 | 0 | 0.15 | 201.05 | 0.61 | 0.63 |
| Hex | 68 | B2 | DA | 34 | 12 | 0 | F | C9 | 3D | 3F |
| Octal | 150 | 262 | 332 | 64 | 22 | 0 | 17 | 311 | 75 | 77 |
| Binary | 1101000 | 10110010 | 11011010 | 110100 | 10010 | 0 | 1111 | 11001001 | 111101 | 111111 |
Color Harmonies of #68B2DA
Complementary color
Monochromatic Colors of #68B2DA
Black with #68B2DA
Text Example
Text Example
White with #68B2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B2DA; }
p { color: rgb(104,178,218); }
H1.HeaderClassName
{
color: #68B2DA;
}
.AnyTagClassName
{
color: #68B2DA;
}
</style>
background-color css
<style>
a { background-color: #68B2DA; }
a { background-color: rgb(104,178,218); }
div.DivClassName
{
background-color: #68B2DA;
}
.BgClassName
{
background-color: #68B2DA;
}
</style>
border-color css
<style>
span { border-color: #68B2DA; }
span { border-color: rgb(104,178,218); }
td.TdClassName
{
border-color: #68B2DA;
}
.TagClassName
{
border-color: #68B2DA;
}
</style>