Shades of Malibu #68B0DF
Tints of Malibu #68B0DF
RGB
CMYK
RGB Variations
Color information
#68B0DF (or 0x68B0DF) is known color: Malibu. HEX triplet: 68, B0 and DF. RGB value is (104,176,223). Sum of RGB (Red+Green+Blue) = 104+176+223=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #68B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0DF is #974F20. Grayscale: #9F9F9F. Windows color (decimal): -9916193 or 14659688. OLE color: 14659688.
HSL color Cylindrical-coordinate representation of color #68B0DF: hue angle of 203.7º degrees, saturation: 0.65, 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 #68B0DF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 176 | 223 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.13 |
| HSL | 203.7º | 0.65% | 0.64% | - |
| HSV(B) | 203.7º | 0.53% | 0.87% | - |
| XYZ | 34.55 | 39.32 | 75.58 | - |
| YUV | 159.83 | 163.65 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 223 | 0.53 | 0.21 | 0 | 0.13 | 203.7 | 0.65 | 0.64 |
| Hex | 68 | B0 | DF | 35 | 15 | 0 | D | CC | 41 | 40 |
| Octal | 150 | 260 | 337 | 65 | 25 | 0 | 15 | 314 | 101 | 100 |
| Binary | 1101000 | 10110000 | 11011111 | 110101 | 10101 | 0 | 1101 | 11001100 | 1000001 | 1000000 |
Color Harmonies of #68B0DF
Complementary color
Monochromatic Colors of #68B0DF
Black with #68B0DF
Text Example
Text Example
White with #68B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0DF; }
p { color: rgb(104,176,223); }
H1.HeaderClassName
{
color: #68B0DF;
}
.AnyTagClassName
{
color: #68B0DF;
}
</style>
background-color css
<style>
a { background-color: #68B0DF; }
a { background-color: rgb(104,176,223); }
div.DivClassName
{
background-color: #68B0DF;
}
.BgClassName
{
background-color: #68B0DF;
}
</style>
border-color css
<style>
span { border-color: #68B0DF; }
span { border-color: rgb(104,176,223); }
td.TdClassName
{
border-color: #68B0DF;
}
.TagClassName
{
border-color: #68B0DF;
}
</style>