Shades of Malibu #68AEDF
Tints of Malibu #68AEDF
RGB
CMYK
RGB Variations
Color information
#68AEDF (or 0x68AEDF) is known color: Malibu. HEX triplet: 68, AE and DF. RGB value is (104,174,223). Sum of RGB (Red+Green+Blue) = 104+174+223=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #68AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEDF is #975120. Grayscale: #9E9E9E. Windows color (decimal): -9916705 or 14659176. OLE color: 14659176.
HSL color Cylindrical-coordinate representation of color #68AEDF: hue angle of 204.71º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68AEDF is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 174 | 223 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.13 |
| HSL | 204.71º | 0.65% | 0.64% | - |
| HSV(B) | 204.71º | 0.53% | 0.87% | - |
| XYZ | 34.16 | 38.54 | 75.45 | - |
| YUV | 158.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 223 | 0.53 | 0.22 | 0 | 0.13 | 204.71 | 0.65 | 0.64 |
| Hex | 68 | AE | DF | 35 | 16 | 0 | D | CD | 41 | 40 |
| Octal | 150 | 256 | 337 | 65 | 26 | 0 | 15 | 315 | 101 | 100 |
| Binary | 1101000 | 10101110 | 11011111 | 110101 | 10110 | 0 | 1101 | 11001101 | 1000001 | 1000000 |
Color Harmonies of #68AEDF
Complementary color
Monochromatic Colors of #68AEDF
Black with #68AEDF
Text Example
Text Example
White with #68AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEDF; }
p { color: rgb(104,174,223); }
H1.HeaderClassName
{
color: #68AEDF;
}
.AnyTagClassName
{
color: #68AEDF;
}
</style>
background-color css
<style>
a { background-color: #68AEDF; }
a { background-color: rgb(104,174,223); }
div.DivClassName
{
background-color: #68AEDF;
}
.BgClassName
{
background-color: #68AEDF;
}
</style>
border-color css
<style>
span { border-color: #68AEDF; }
span { border-color: rgb(104,174,223); }
td.TdClassName
{
border-color: #68AEDF;
}
.TagClassName
{
border-color: #68AEDF;
}
</style>