Shades of Malibu #68AEF1
Tints of Malibu #68AEF1
RGB
CMYK
RGB Variations
Color information
#68AEF1 (or 0x68AEF1) is known color: Malibu. HEX triplet: 68, AE and F1. RGB value is (104,174,241). Sum of RGB (Red+Green+Blue) = 104+174+241=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #68AEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEF1 is #97510E. Grayscale: #A0A0A0. Windows color (decimal): -9916687 or 15838824. OLE color: 15838824.
HSL color Cylindrical-coordinate representation of color #68AEF1: hue angle of 209.34º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68AEF1 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 174 | 241 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.05 |
| HSL | 209.34º | 0.83% | 0.68% | - |
| HSV(B) | 209.34º | 0.57% | 0.95% | - |
| XYZ | 36.72 | 39.57 | 88.92 | - |
| YUV | 160.71 | 173.31 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 241 | 0.57 | 0.28 | 0 | 0.05 | 209.34 | 0.83 | 0.68 |
| Hex | 68 | AE | F1 | 39 | 1C | 0 | 5 | D1 | 53 | 44 |
| Octal | 150 | 256 | 361 | 71 | 34 | 0 | 5 | 321 | 123 | 104 |
| Binary | 1101000 | 10101110 | 11110001 | 111001 | 11100 | 0 | 101 | 11010001 | 1010011 | 1000100 |
Color Harmonies of #68AEF1
Complementary color
Monochromatic Colors of #68AEF1
Black with #68AEF1
Text Example
Text Example
White with #68AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEF1; }
p { color: rgb(104,174,241); }
H1.HeaderClassName
{
color: #68AEF1;
}
.AnyTagClassName
{
color: #68AEF1;
}
</style>
background-color css
<style>
a { background-color: #68AEF1; }
a { background-color: rgb(104,174,241); }
div.DivClassName
{
background-color: #68AEF1;
}
.BgClassName
{
background-color: #68AEF1;
}
</style>
border-color css
<style>
span { border-color: #68AEF1; }
span { border-color: rgb(104,174,241); }
td.TdClassName
{
border-color: #68AEF1;
}
.TagClassName
{
border-color: #68AEF1;
}
</style>