Shades of Malibu #68ABE5
Tints of Malibu #68ABE5
RGB
CMYK
RGB Variations
Color information
#68ABE5 (or 0x68ABE5) is known color: Malibu. HEX triplet: 68, AB and E5. RGB value is (104,171,229). Sum of RGB (Red+Green+Blue) = 104+171+229=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #68ABE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABE5 is #97541A. Grayscale: #9D9D9D. Windows color (decimal): -9917467 or 15051624. OLE color: 15051624.
HSL color Cylindrical-coordinate representation of color #68ABE5: hue angle of 207.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68ABE5 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 171 | 229 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.10 |
| HSL | 207.84º | 0.71% | 0.65% | - |
| HSV(B) | 207.84º | 0.55% | 0.9% | - |
| XYZ | 34.41 | 37.73 | 79.6 | - |
| YUV | 157.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 229 | 0.55 | 0.25 | 0 | 0.10 | 207.84 | 0.71 | 0.65 |
| Hex | 68 | AB | E5 | 37 | 19 | 0 | A | D0 | 47 | 41 |
| Octal | 150 | 253 | 345 | 67 | 31 | 0 | 12 | 320 | 107 | 101 |
| Binary | 1101000 | 10101011 | 11100101 | 110111 | 11001 | 0 | 1010 | 11010000 | 1000111 | 1000001 |
Color Harmonies of #68ABE5
Complementary color
Monochromatic Colors of #68ABE5
Black with #68ABE5
Text Example
Text Example
White with #68ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABE5; }
p { color: rgb(104,171,229); }
H1.HeaderClassName
{
color: #68ABE5;
}
.AnyTagClassName
{
color: #68ABE5;
}
</style>
background-color css
<style>
a { background-color: #68ABE5; }
a { background-color: rgb(104,171,229); }
div.DivClassName
{
background-color: #68ABE5;
}
.BgClassName
{
background-color: #68ABE5;
}
</style>
border-color css
<style>
span { border-color: #68ABE5; }
span { border-color: rgb(104,171,229); }
td.TdClassName
{
border-color: #68ABE5;
}
.TagClassName
{
border-color: #68ABE5;
}
</style>