Shades of Malibu #68ADE5
Tints of Malibu #68ADE5
RGB
CMYK
RGB Variations
Color information
#68ADE5 (or 0x68ADE5) is known color: Malibu. HEX triplet: 68, AD and E5. RGB value is (104,173,229). Sum of RGB (Red+Green+Blue) = 104+173+229=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #68ADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADE5 is #97521A. Grayscale: #9E9E9E. Windows color (decimal): -9916955 or 15052136. OLE color: 15052136.
HSL color Cylindrical-coordinate representation of color #68ADE5: hue angle of 206.88º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68ADE5 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 173 | 229 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.10 |
| HSL | 206.88º | 0.71% | 0.65% | - |
| HSV(B) | 206.88º | 0.55% | 0.9% | - |
| XYZ | 34.8 | 38.49 | 79.72 | - |
| YUV | 158.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 229 | 0.55 | 0.24 | 0 | 0.10 | 206.88 | 0.71 | 0.65 |
| Hex | 68 | AD | E5 | 37 | 18 | 0 | A | CF | 47 | 41 |
| Octal | 150 | 255 | 345 | 67 | 30 | 0 | 12 | 317 | 107 | 101 |
| Binary | 1101000 | 10101101 | 11100101 | 110111 | 11000 | 0 | 1010 | 11001111 | 1000111 | 1000001 |
Color Harmonies of #68ADE5
Complementary color
Monochromatic Colors of #68ADE5
Black with #68ADE5
Text Example
Text Example
White with #68ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADE5; }
p { color: rgb(104,173,229); }
H1.HeaderClassName
{
color: #68ADE5;
}
.AnyTagClassName
{
color: #68ADE5;
}
</style>
background-color css
<style>
a { background-color: #68ADE5; }
a { background-color: rgb(104,173,229); }
div.DivClassName
{
background-color: #68ADE5;
}
.BgClassName
{
background-color: #68ADE5;
}
</style>
border-color css
<style>
span { border-color: #68ADE5; }
span { border-color: rgb(104,173,229); }
td.TdClassName
{
border-color: #68ADE5;
}
.TagClassName
{
border-color: #68ADE5;
}
</style>