Shades of Malibu #68ABEF
Tints of Malibu #68ABEF
RGB
CMYK
RGB Variations
Color information
#68ABEF (or 0x68ABEF) is known color: Malibu. HEX triplet: 68, AB and EF. RGB value is (104,171,239). Sum of RGB (Red+Green+Blue) = 104+171+239=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #68ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABEF is #975410. Grayscale: #9E9E9E. Windows color (decimal): -9917457 or 15706984. OLE color: 15706984.
HSL color Cylindrical-coordinate representation of color #68ABEF: hue angle of 210.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ABEF is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 171 | 239 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.06 |
| HSL | 210.22º | 0.81% | 0.67% | - |
| HSV(B) | 210.22º | 0.56% | 0.94% | - |
| XYZ | 35.85 | 38.3 | 87.16 | - |
| YUV | 158.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 239 | 0.56 | 0.28 | 0 | 0.06 | 210.22 | 0.81 | 0.67 |
| Hex | 68 | AB | EF | 38 | 1C | 0 | 6 | D2 | 51 | 43 |
| Octal | 150 | 253 | 357 | 70 | 34 | 0 | 6 | 322 | 121 | 103 |
| Binary | 1101000 | 10101011 | 11101111 | 111000 | 11100 | 0 | 110 | 11010010 | 1010001 | 1000011 |
Color Harmonies of #68ABEF
Complementary color
Monochromatic Colors of #68ABEF
Black with #68ABEF
Text Example
Text Example
White with #68ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABEF; }
p { color: rgb(104,171,239); }
H1.HeaderClassName
{
color: #68ABEF;
}
.AnyTagClassName
{
color: #68ABEF;
}
</style>
background-color css
<style>
a { background-color: #68ABEF; }
a { background-color: rgb(104,171,239); }
div.DivClassName
{
background-color: #68ABEF;
}
.BgClassName
{
background-color: #68ABEF;
}
</style>
border-color css
<style>
span { border-color: #68ABEF; }
span { border-color: rgb(104,171,239); }
td.TdClassName
{
border-color: #68ABEF;
}
.TagClassName
{
border-color: #68ABEF;
}
</style>