Shades of Malibu #68AEEC
Tints of Malibu #68AEEC
RGB
CMYK
RGB Variations
Color information
#68AEEC (or 0x68AEEC) is known color: Malibu. HEX triplet: 68, AE and EC. RGB value is (104,174,236). Sum of RGB (Red+Green+Blue) = 104+174+236=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #68AEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEEC is #975113. Grayscale: #9F9F9F. Windows color (decimal): -9916692 or 15511144. OLE color: 15511144.
HSL color Cylindrical-coordinate representation of color #68AEEC: hue angle of 208.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AEEC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 174 | 236 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.07 |
| HSL | 208.18º | 0.78% | 0.67% | - |
| HSV(B) | 208.18º | 0.56% | 0.93% | - |
| XYZ | 35.99 | 39.27 | 85.04 | - |
| YUV | 160.14 | 170.81 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 236 | 0.56 | 0.26 | 0 | 0.07 | 208.18 | 0.78 | 0.67 |
| Hex | 68 | AE | EC | 38 | 1A | 0 | 7 | D0 | 4E | 43 |
| Octal | 150 | 256 | 354 | 70 | 32 | 0 | 7 | 320 | 116 | 103 |
| Binary | 1101000 | 10101110 | 11101100 | 111000 | 11010 | 0 | 111 | 11010000 | 1001110 | 1000011 |
Color Harmonies of #68AEEC
Complementary color
Monochromatic Colors of #68AEEC
Black with #68AEEC
Text Example
Text Example
White with #68AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEEC; }
p { color: rgb(104,174,236); }
H1.HeaderClassName
{
color: #68AEEC;
}
.AnyTagClassName
{
color: #68AEEC;
}
</style>
background-color css
<style>
a { background-color: #68AEEC; }
a { background-color: rgb(104,174,236); }
div.DivClassName
{
background-color: #68AEEC;
}
.BgClassName
{
background-color: #68AEEC;
}
</style>
border-color css
<style>
span { border-color: #68AEEC; }
span { border-color: rgb(104,174,236); }
td.TdClassName
{
border-color: #68AEEC;
}
.TagClassName
{
border-color: #68AEEC;
}
</style>