Shades of Malibu #68AEF2
Tints of Malibu #68AEF2
RGB
CMYK
RGB Variations
Color information
#68AEF2 (or 0x68AEF2) is known color: Malibu. HEX triplet: 68, AE and F2. RGB value is (104,174,242). Sum of RGB (Red+Green+Blue) = 104+174+242=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #68AEF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEF2 is #97510D. Grayscale: #A0A0A0. Windows color (decimal): -9916686 or 15904360. OLE color: 15904360.
HSL color Cylindrical-coordinate representation of color #68AEF2: hue angle of 209.57º degrees, saturation: 0.84, 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 #68AEF2 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 174 | 242 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.05 |
| HSL | 209.57º | 0.84% | 0.68% | - |
| HSV(B) | 209.57º | 0.57% | 0.95% | - |
| XYZ | 36.87 | 39.63 | 89.71 | - |
| YUV | 160.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 242 | 0.57 | 0.28 | 0 | 0.05 | 209.57 | 0.84 | 0.68 |
| Hex | 68 | AE | F2 | 39 | 1C | 0 | 5 | D2 | 54 | 44 |
| Octal | 150 | 256 | 362 | 71 | 34 | 0 | 5 | 322 | 124 | 104 |
| Binary | 1101000 | 10101110 | 11110010 | 111001 | 11100 | 0 | 101 | 11010010 | 1010100 | 1000100 |
Color Harmonies of #68AEF2
Complementary color
Monochromatic Colors of #68AEF2
Black with #68AEF2
Text Example
Text Example
White with #68AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEF2; }
p { color: rgb(104,174,242); }
H1.HeaderClassName
{
color: #68AEF2;
}
.AnyTagClassName
{
color: #68AEF2;
}
</style>
background-color css
<style>
a { background-color: #68AEF2; }
a { background-color: rgb(104,174,242); }
div.DivClassName
{
background-color: #68AEF2;
}
.BgClassName
{
background-color: #68AEF2;
}
</style>
border-color css
<style>
span { border-color: #68AEF2; }
span { border-color: rgb(104,174,242); }
td.TdClassName
{
border-color: #68AEF2;
}
.TagClassName
{
border-color: #68AEF2;
}
</style>