Shades of Malibu #68B5DF
Tints of Malibu #68B5DF
RGB
CMYK
RGB Variations
Color information
#68B5DF (or 0x68B5DF) is known color: Malibu. HEX triplet: 68, B5 and DF. RGB value is (104,181,223). Sum of RGB (Red+Green+Blue) = 104+181+223=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #68B5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B5DF is #974A20. Grayscale: #A2A2A2. Windows color (decimal): -9914913 or 14660968. OLE color: 14660968.
HSL color Cylindrical-coordinate representation of color #68B5DF: hue angle of 201.18º 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 #68B5DF is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 181 | 223 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.13 |
| HSL | 201.18º | 0.65% | 0.64% | - |
| HSV(B) | 201.18º | 0.53% | 0.87% | - |
| XYZ | 35.55 | 41.32 | 75.91 | - |
| YUV | 162.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 223 | 0.53 | 0.19 | 0 | 0.13 | 201.18 | 0.65 | 0.64 |
| Hex | 68 | B5 | DF | 35 | 13 | 0 | D | C9 | 41 | 40 |
| Octal | 150 | 265 | 337 | 65 | 23 | 0 | 15 | 311 | 101 | 100 |
| Binary | 1101000 | 10110101 | 11011111 | 110101 | 10011 | 0 | 1101 | 11001001 | 1000001 | 1000000 |
Color Harmonies of #68B5DF
Complementary color
Monochromatic Colors of #68B5DF
Black with #68B5DF
Text Example
Text Example
White with #68B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5DF; }
p { color: rgb(104,181,223); }
H1.HeaderClassName
{
color: #68B5DF;
}
.AnyTagClassName
{
color: #68B5DF;
}
</style>
background-color css
<style>
a { background-color: #68B5DF; }
a { background-color: rgb(104,181,223); }
div.DivClassName
{
background-color: #68B5DF;
}
.BgClassName
{
background-color: #68B5DF;
}
</style>
border-color css
<style>
span { border-color: #68B5DF; }
span { border-color: rgb(104,181,223); }
td.TdClassName
{
border-color: #68B5DF;
}
.TagClassName
{
border-color: #68B5DF;
}
</style>