Shades of Malibu #68B5DA
Tints of Malibu #68B5DA
RGB
CMYK
RGB Variations
Color information
#68B5DA (or 0x68B5DA) is known color: Malibu. HEX triplet: 68, B5 and DA. RGB value is (104,181,218). Sum of RGB (Red+Green+Blue) = 104+181+218=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #68B5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B5DA is #974A25. Grayscale: #A1A1A1. Windows color (decimal): -9914918 or 14333288. OLE color: 14333288.
HSL color Cylindrical-coordinate representation of color #68B5DA: hue angle of 199.47º 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 #68B5DA is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 181 | 218 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.15 |
| HSL | 199.47º | 0.61% | 0.63% | - |
| HSV(B) | 199.47º | 0.52% | 0.85% | - |
| XYZ | 34.89 | 41.05 | 72.41 | - |
| YUV | 162.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 218 | 0.52 | 0.17 | 0 | 0.15 | 199.47 | 0.61 | 0.63 |
| Hex | 68 | B5 | DA | 34 | 11 | 0 | F | C7 | 3D | 3F |
| Octal | 150 | 265 | 332 | 64 | 21 | 0 | 17 | 307 | 75 | 77 |
| Binary | 1101000 | 10110101 | 11011010 | 110100 | 10001 | 0 | 1111 | 11000111 | 111101 | 111111 |
Color Harmonies of #68B5DA
Complementary color
Monochromatic Colors of #68B5DA
Black with #68B5DA
Text Example
Text Example
White with #68B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5DA; }
p { color: rgb(104,181,218); }
H1.HeaderClassName
{
color: #68B5DA;
}
.AnyTagClassName
{
color: #68B5DA;
}
</style>
background-color css
<style>
a { background-color: #68B5DA; }
a { background-color: rgb(104,181,218); }
div.DivClassName
{
background-color: #68B5DA;
}
.BgClassName
{
background-color: #68B5DA;
}
</style>
border-color css
<style>
span { border-color: #68B5DA; }
span { border-color: rgb(104,181,218); }
td.TdClassName
{
border-color: #68B5DA;
}
.TagClassName
{
border-color: #68B5DA;
}
</style>