Shades of Malibu #68B9E5
Tints of Malibu #68B9E5
RGB
CMYK
RGB Variations
Color information
#68B9E5 (or 0x68B9E5) is known color: Malibu. HEX triplet: 68, B9 and E5. RGB value is (104,185,229). Sum of RGB (Red+Green+Blue) = 104+185+229=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #68B9E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B9E5 is #97461A. Grayscale: #A5A5A5. Windows color (decimal): -9913883 or 15055208. OLE color: 15055208.
HSL color Cylindrical-coordinate representation of color #68B9E5: hue angle of 201.12º 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 #68B9E5 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 185 | 229 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.10 |
| HSL | 201.12º | 0.71% | 0.65% | - |
| HSV(B) | 201.12º | 0.55% | 0.9% | - |
| XYZ | 37.2 | 43.3 | 80.53 | - |
| YUV | 165.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 229 | 0.55 | 0.19 | 0 | 0.10 | 201.12 | 0.71 | 0.65 |
| Hex | 68 | B9 | E5 | 37 | 13 | 0 | A | C9 | 47 | 41 |
| Octal | 150 | 271 | 345 | 67 | 23 | 0 | 12 | 311 | 107 | 101 |
| Binary | 1101000 | 10111001 | 11100101 | 110111 | 10011 | 0 | 1010 | 11001001 | 1000111 | 1000001 |
Color Harmonies of #68B9E5
Complementary color
Monochromatic Colors of #68B9E5
Black with #68B9E5
Text Example
Text Example
White with #68B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B9E5; }
p { color: rgb(104,185,229); }
H1.HeaderClassName
{
color: #68B9E5;
}
.AnyTagClassName
{
color: #68B9E5;
}
</style>
background-color css
<style>
a { background-color: #68B9E5; }
a { background-color: rgb(104,185,229); }
div.DivClassName
{
background-color: #68B9E5;
}
.BgClassName
{
background-color: #68B9E5;
}
</style>
border-color css
<style>
span { border-color: #68B9E5; }
span { border-color: rgb(104,185,229); }
td.TdClassName
{
border-color: #68B9E5;
}
.TagClassName
{
border-color: #68B9E5;
}
</style>