Shades of Malibu #68AEE8
Tints of Malibu #68AEE8
RGB
CMYK
RGB Variations
Color information
#68AEE8 (or 0x68AEE8) is known color: Malibu. HEX triplet: 68, AE and E8. RGB value is (104,174,232). Sum of RGB (Red+Green+Blue) = 104+174+232=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #68AEE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEE8 is #975117. Grayscale: #9F9F9F. Windows color (decimal): -9916696 or 15249000. OLE color: 15249000.
HSL color Cylindrical-coordinate representation of color #68AEE8: hue angle of 207.19º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68AEE8 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 174 | 232 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.09 |
| HSL | 207.19º | 0.74% | 0.66% | - |
| HSV(B) | 207.19º | 0.55% | 0.91% | - |
| XYZ | 35.41 | 39.04 | 82.01 | - |
| YUV | 159.68 | 168.81 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 232 | 0.55 | 0.25 | 0 | 0.09 | 207.19 | 0.74 | 0.66 |
| Hex | 68 | AE | E8 | 37 | 19 | 0 | 9 | CF | 4A | 42 |
| Octal | 150 | 256 | 350 | 67 | 31 | 0 | 11 | 317 | 112 | 102 |
| Binary | 1101000 | 10101110 | 11101000 | 110111 | 11001 | 0 | 1001 | 11001111 | 1001010 | 1000010 |
Color Harmonies of #68AEE8
Complementary color
Monochromatic Colors of #68AEE8
Black with #68AEE8
Text Example
Text Example
White with #68AEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEE8; }
p { color: rgb(104,174,232); }
H1.HeaderClassName
{
color: #68AEE8;
}
.AnyTagClassName
{
color: #68AEE8;
}
</style>
background-color css
<style>
a { background-color: #68AEE8; }
a { background-color: rgb(104,174,232); }
div.DivClassName
{
background-color: #68AEE8;
}
.BgClassName
{
background-color: #68AEE8;
}
</style>
border-color css
<style>
span { border-color: #68AEE8; }
span { border-color: rgb(104,174,232); }
td.TdClassName
{
border-color: #68AEE8;
}
.TagClassName
{
border-color: #68AEE8;
}
</style>