Shades of Malibu #68AED3
Tints of Malibu #68AED3
RGB
CMYK
RGB Variations
Color information
#68AED3 (or 0x68AED3) is known color: Malibu. HEX triplet: 68, AE and D3. RGB value is (104,174,211). Sum of RGB (Red+Green+Blue) = 104+174+211=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #68AED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AED3 is #97512C. Grayscale: #9D9D9D. Windows color (decimal): -9916717 or 13872744. OLE color: 13872744.
HSL color Cylindrical-coordinate representation of color #68AED3: hue angle of 200.75º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68AED3 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 174 | 211 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.17 |
| HSL | 200.75º | 0.55% | 0.62% | - |
| HSV(B) | 200.75º | 0.51% | 0.83% | - |
| XYZ | 32.6 | 37.92 | 67.23 | - |
| YUV | 157.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 211 | 0.51 | 0.18 | 0 | 0.17 | 200.75 | 0.55 | 0.62 |
| Hex | 68 | AE | D3 | 33 | 12 | 0 | 11 | C9 | 37 | 3E |
| Octal | 150 | 256 | 323 | 63 | 22 | 0 | 21 | 311 | 67 | 76 |
| Binary | 1101000 | 10101110 | 11010011 | 110011 | 10010 | 0 | 10001 | 11001001 | 110111 | 111110 |
Color Harmonies of #68AED3
Complementary color
Monochromatic Colors of #68AED3
Black with #68AED3
Text Example
Text Example
White with #68AED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AED3; }
p { color: rgb(104,174,211); }
H1.HeaderClassName
{
color: #68AED3;
}
.AnyTagClassName
{
color: #68AED3;
}
</style>
background-color css
<style>
a { background-color: #68AED3; }
a { background-color: rgb(104,174,211); }
div.DivClassName
{
background-color: #68AED3;
}
.BgClassName
{
background-color: #68AED3;
}
</style>
border-color css
<style>
span { border-color: #68AED3; }
span { border-color: rgb(104,174,211); }
td.TdClassName
{
border-color: #68AED3;
}
.TagClassName
{
border-color: #68AED3;
}
</style>