Shades of Malibu #68AED7
Tints of Malibu #68AED7
RGB
CMYK
RGB Variations
Color information
#68AED7 (or 0x68AED7) is known color: Malibu. HEX triplet: 68, AE and D7. RGB value is (104,174,215). Sum of RGB (Red+Green+Blue) = 104+174+215=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #68AED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AED7 is #975128. Grayscale: #9D9D9D. Windows color (decimal): -9916713 or 14134888. OLE color: 14134888.
HSL color Cylindrical-coordinate representation of color #68AED7: hue angle of 202.16º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68AED7 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 174 | 215 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.16 |
| HSL | 202.16º | 0.58% | 0.63% | - |
| HSV(B) | 202.16º | 0.52% | 0.84% | - |
| XYZ | 33.11 | 38.12 | 69.9 | - |
| YUV | 157.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 215 | 0.52 | 0.19 | 0 | 0.16 | 202.16 | 0.58 | 0.63 |
| Hex | 68 | AE | D7 | 34 | 13 | 0 | 10 | CA | 3A | 3F |
| Octal | 150 | 256 | 327 | 64 | 23 | 0 | 20 | 312 | 72 | 77 |
| Binary | 1101000 | 10101110 | 11010111 | 110100 | 10011 | 0 | 10000 | 11001010 | 111010 | 111111 |
Color Harmonies of #68AED7
Complementary color
Monochromatic Colors of #68AED7
Black with #68AED7
Text Example
Text Example
White with #68AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AED7; }
p { color: rgb(104,174,215); }
H1.HeaderClassName
{
color: #68AED7;
}
.AnyTagClassName
{
color: #68AED7;
}
</style>
background-color css
<style>
a { background-color: #68AED7; }
a { background-color: rgb(104,174,215); }
div.DivClassName
{
background-color: #68AED7;
}
.BgClassName
{
background-color: #68AED7;
}
</style>
border-color css
<style>
span { border-color: #68AED7; }
span { border-color: rgb(104,174,215); }
td.TdClassName
{
border-color: #68AED7;
}
.TagClassName
{
border-color: #68AED7;
}
</style>