Shades of Malibu #68AEDD
Tints of Malibu #68AEDD
RGB
CMYK
RGB Variations
Color information
#68AEDD (or 0x68AEDD) is known color: Malibu. HEX triplet: 68, AE and DD. RGB value is (104,174,221). Sum of RGB (Red+Green+Blue) = 104+174+221=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #68AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEDD is #975122. Grayscale: #9E9E9E. Windows color (decimal): -9916707 or 14528104. OLE color: 14528104.
HSL color Cylindrical-coordinate representation of color #68AEDD: hue angle of 204.1º degrees, saturation: 0.63, 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 #68AEDD is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 174 | 221 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.13 |
| HSL | 204.1º | 0.63% | 0.64% | - |
| HSV(B) | 204.1º | 0.53% | 0.87% | - |
| XYZ | 33.9 | 38.44 | 74.04 | - |
| YUV | 158.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 221 | 0.53 | 0.21 | 0 | 0.13 | 204.1 | 0.63 | 0.64 |
| Hex | 68 | AE | DD | 35 | 15 | 0 | D | CC | 3F | 40 |
| Octal | 150 | 256 | 335 | 65 | 25 | 0 | 15 | 314 | 77 | 100 |
| Binary | 1101000 | 10101110 | 11011101 | 110101 | 10101 | 0 | 1101 | 11001100 | 111111 | 1000000 |
Color Harmonies of #68AEDD
Complementary color
Monochromatic Colors of #68AEDD
Black with #68AEDD
Text Example
Text Example
White with #68AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEDD; }
p { color: rgb(104,174,221); }
H1.HeaderClassName
{
color: #68AEDD;
}
.AnyTagClassName
{
color: #68AEDD;
}
</style>
background-color css
<style>
a { background-color: #68AEDD; }
a { background-color: rgb(104,174,221); }
div.DivClassName
{
background-color: #68AEDD;
}
.BgClassName
{
background-color: #68AEDD;
}
</style>
border-color css
<style>
span { border-color: #68AEDD; }
span { border-color: rgb(104,174,221); }
td.TdClassName
{
border-color: #68AEDD;
}
.TagClassName
{
border-color: #68AEDD;
}
</style>