Shades of Malibu #68B4DE
Tints of Malibu #68B4DE
RGB
CMYK
RGB Variations
Color information
#68B4DE (or 0x68B4DE) is known color: Malibu. HEX triplet: 68, B4 and DE. RGB value is (104,180,222). Sum of RGB (Red+Green+Blue) = 104+180+222=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #68B4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B4DE is #974B21. Grayscale: #A1A1A1. Windows color (decimal): -9915170 or 14595176. OLE color: 14595176.
HSL color Cylindrical-coordinate representation of color #68B4DE: hue angle of 201.36º degrees, saturation: 0.64, 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 #68B4DE is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 180 | 222 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.13 |
| HSL | 201.36º | 0.64% | 0.64% | - |
| HSV(B) | 201.36º | 0.53% | 0.87% | - |
| XYZ | 35.22 | 40.86 | 75.14 | - |
| YUV | 162.06 | 161.82 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 222 | 0.53 | 0.19 | 0 | 0.13 | 201.36 | 0.64 | 0.64 |
| Hex | 68 | B4 | DE | 35 | 13 | 0 | D | C9 | 40 | 40 |
| Octal | 150 | 264 | 336 | 65 | 23 | 0 | 15 | 311 | 100 | 100 |
| Binary | 1101000 | 10110100 | 11011110 | 110101 | 10011 | 0 | 1101 | 11001001 | 1000000 | 1000000 |
Color Harmonies of #68B4DE
Complementary color
Monochromatic Colors of #68B4DE
Black with #68B4DE
Text Example
Text Example
White with #68B4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B4DE; }
p { color: rgb(104,180,222); }
H1.HeaderClassName
{
color: #68B4DE;
}
.AnyTagClassName
{
color: #68B4DE;
}
</style>
background-color css
<style>
a { background-color: #68B4DE; }
a { background-color: rgb(104,180,222); }
div.DivClassName
{
background-color: #68B4DE;
}
.BgClassName
{
background-color: #68B4DE;
}
</style>
border-color css
<style>
span { border-color: #68B4DE; }
span { border-color: rgb(104,180,222); }
td.TdClassName
{
border-color: #68B4DE;
}
.TagClassName
{
border-color: #68B4DE;
}
</style>