Shades of Malibu #68BDE5
Tints of Malibu #68BDE5
RGB
CMYK
RGB Variations
Color information
#68BDE5 (or 0x68BDE5) is known color: Malibu. HEX triplet: 68, BD and E5. RGB value is (104,189,229). Sum of RGB (Red+Green+Blue) = 104+189+229=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #68BDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDE5 is #97421A. Grayscale: #A7A7A7. Windows color (decimal): -9912859 or 15056232. OLE color: 15056232.
HSL color Cylindrical-coordinate representation of color #68BDE5: hue angle of 199.2º 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 #68BDE5 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 189 | 229 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.10 |
| HSL | 199.2º | 0.71% | 0.65% | - |
| HSV(B) | 199.2º | 0.55% | 0.9% | - |
| XYZ | 38.05 | 45 | 80.81 | - |
| YUV | 168.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 229 | 0.55 | 0.17 | 0 | 0.10 | 199.2 | 0.71 | 0.65 |
| Hex | 68 | BD | E5 | 37 | 11 | 0 | A | C7 | 47 | 41 |
| Octal | 150 | 275 | 345 | 67 | 21 | 0 | 12 | 307 | 107 | 101 |
| Binary | 1101000 | 10111101 | 11100101 | 110111 | 10001 | 0 | 1010 | 11000111 | 1000111 | 1000001 |
Color Harmonies of #68BDE5
Complementary color
Monochromatic Colors of #68BDE5
Black with #68BDE5
Text Example
Text Example
White with #68BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDE5; }
p { color: rgb(104,189,229); }
H1.HeaderClassName
{
color: #68BDE5;
}
.AnyTagClassName
{
color: #68BDE5;
}
</style>
background-color css
<style>
a { background-color: #68BDE5; }
a { background-color: rgb(104,189,229); }
div.DivClassName
{
background-color: #68BDE5;
}
.BgClassName
{
background-color: #68BDE5;
}
</style>
border-color css
<style>
span { border-color: #68BDE5; }
span { border-color: rgb(104,189,229); }
td.TdClassName
{
border-color: #68BDE5;
}
.TagClassName
{
border-color: #68BDE5;
}
</style>