Shades of Malibu #68AEE3
Tints of Malibu #68AEE3
RGB
CMYK
RGB Variations
Color information
#68AEE3 (or 0x68AEE3) is known color: Malibu. HEX triplet: 68, AE and E3. RGB value is (104,174,227). Sum of RGB (Red+Green+Blue) = 104+174+227=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #68AEE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEE3 is #97511C. Grayscale: #9E9E9E. Windows color (decimal): -9916701 or 14921320. OLE color: 14921320.
HSL color Cylindrical-coordinate representation of color #68AEE3: hue angle of 205.85º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68AEE3 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 174 | 227 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.11 |
| HSL | 205.85º | 0.69% | 0.65% | - |
| HSV(B) | 205.85º | 0.54% | 0.89% | - |
| XYZ | 34.71 | 38.76 | 78.33 | - |
| YUV | 159.11 | 166.31 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 227 | 0.54 | 0.23 | 0 | 0.11 | 205.85 | 0.69 | 0.65 |
| Hex | 68 | AE | E3 | 36 | 17 | 0 | B | CE | 45 | 41 |
| Octal | 150 | 256 | 343 | 66 | 27 | 0 | 13 | 316 | 105 | 101 |
| Binary | 1101000 | 10101110 | 11100011 | 110110 | 10111 | 0 | 1011 | 11001110 | 1000101 | 1000001 |
Color Harmonies of #68AEE3
Complementary color
Monochromatic Colors of #68AEE3
Black with #68AEE3
Text Example
Text Example
White with #68AEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEE3; }
p { color: rgb(104,174,227); }
H1.HeaderClassName
{
color: #68AEE3;
}
.AnyTagClassName
{
color: #68AEE3;
}
</style>
background-color css
<style>
a { background-color: #68AEE3; }
a { background-color: rgb(104,174,227); }
div.DivClassName
{
background-color: #68AEE3;
}
.BgClassName
{
background-color: #68AEE3;
}
</style>
border-color css
<style>
span { border-color: #68AEE3; }
span { border-color: rgb(104,174,227); }
td.TdClassName
{
border-color: #68AEE3;
}
.TagClassName
{
border-color: #68AEE3;
}
</style>