Shades of Malibu #68ABE7
Tints of Malibu #68ABE7
RGB
CMYK
RGB Variations
Color information
#68ABE7 (or 0x68ABE7) is known color: Malibu. HEX triplet: 68, AB and E7. RGB value is (104,171,231). Sum of RGB (Red+Green+Blue) = 104+171+231=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #68ABE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABE7 is #975418. Grayscale: #9D9D9D. Windows color (decimal): -9917465 or 15182696. OLE color: 15182696.
HSL color Cylindrical-coordinate representation of color #68ABE7: hue angle of 208.35º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68ABE7 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 171 | 231 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.09 |
| HSL | 208.35º | 0.73% | 0.66% | - |
| HSV(B) | 208.35º | 0.55% | 0.91% | - |
| XYZ | 34.7 | 37.84 | 81.08 | - |
| YUV | 157.81 | 169.3 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 231 | 0.55 | 0.26 | 0 | 0.09 | 208.35 | 0.73 | 0.66 |
| Hex | 68 | AB | E7 | 37 | 1A | 0 | 9 | D0 | 49 | 42 |
| Octal | 150 | 253 | 347 | 67 | 32 | 0 | 11 | 320 | 111 | 102 |
| Binary | 1101000 | 10101011 | 11100111 | 110111 | 11010 | 0 | 1001 | 11010000 | 1001001 | 1000010 |
Color Harmonies of #68ABE7
Complementary color
Monochromatic Colors of #68ABE7
Black with #68ABE7
Text Example
Text Example
White with #68ABE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABE7; }
p { color: rgb(104,171,231); }
H1.HeaderClassName
{
color: #68ABE7;
}
.AnyTagClassName
{
color: #68ABE7;
}
</style>
background-color css
<style>
a { background-color: #68ABE7; }
a { background-color: rgb(104,171,231); }
div.DivClassName
{
background-color: #68ABE7;
}
.BgClassName
{
background-color: #68ABE7;
}
</style>
border-color css
<style>
span { border-color: #68ABE7; }
span { border-color: rgb(104,171,231); }
td.TdClassName
{
border-color: #68ABE7;
}
.TagClassName
{
border-color: #68ABE7;
}
</style>