Shades of Malibu #68ADED
Tints of Malibu #68ADED
RGB
CMYK
RGB Variations
Color information
#68ADED (or 0x68ADED) is known color: Malibu. HEX triplet: 68, AD and ED. RGB value is (104,173,237). Sum of RGB (Red+Green+Blue) = 104+173+237=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #68ADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADED is #975212. Grayscale: #9F9F9F. Windows color (decimal): -9916947 or 15576424. OLE color: 15576424.
HSL color Cylindrical-coordinate representation of color #68ADED: hue angle of 208.87º degrees, saturation: 0.79, 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 #68ADED is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 173 | 237 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.07 |
| HSL | 208.87º | 0.79% | 0.67% | - |
| HSV(B) | 208.87º | 0.56% | 0.93% | - |
| XYZ | 35.94 | 38.94 | 85.74 | - |
| YUV | 159.67 | 171.64 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 237 | 0.56 | 0.27 | 0 | 0.07 | 208.87 | 0.79 | 0.67 |
| Hex | 68 | AD | ED | 38 | 1B | 0 | 7 | D1 | 4F | 43 |
| Octal | 150 | 255 | 355 | 70 | 33 | 0 | 7 | 321 | 117 | 103 |
| Binary | 1101000 | 10101101 | 11101101 | 111000 | 11011 | 0 | 111 | 11010001 | 1001111 | 1000011 |
Color Harmonies of #68ADED
Complementary color
Monochromatic Colors of #68ADED
Black with #68ADED
Text Example
Text Example
White with #68ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADED; }
p { color: rgb(104,173,237); }
H1.HeaderClassName
{
color: #68ADED;
}
.AnyTagClassName
{
color: #68ADED;
}
</style>
background-color css
<style>
a { background-color: #68ADED; }
a { background-color: rgb(104,173,237); }
div.DivClassName
{
background-color: #68ADED;
}
.BgClassName
{
background-color: #68ADED;
}
</style>
border-color css
<style>
span { border-color: #68ADED; }
span { border-color: rgb(104,173,237); }
td.TdClassName
{
border-color: #68ADED;
}
.TagClassName
{
border-color: #68ADED;
}
</style>