Shades of Malibu #68ADF0
Tints of Malibu #68ADF0
RGB
CMYK
RGB Variations
Color information
#68ADF0 (or 0x68ADF0) is known color: Malibu. HEX triplet: 68, AD and F0. RGB value is (104,173,240). Sum of RGB (Red+Green+Blue) = 104+173+240=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #68ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADF0 is #97520F. Grayscale: #9F9F9F. Windows color (decimal): -9916944 or 15773032. OLE color: 15773032.
HSL color Cylindrical-coordinate representation of color #68ADF0: hue angle of 209.56º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68ADF0 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 173 | 240 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.06 |
| HSL | 209.56º | 0.82% | 0.67% | - |
| HSV(B) | 209.56º | 0.57% | 0.94% | - |
| XYZ | 36.38 | 39.12 | 88.07 | - |
| YUV | 160.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 240 | 0.57 | 0.28 | 0 | 0.06 | 209.56 | 0.82 | 0.67 |
| Hex | 68 | AD | F0 | 39 | 1C | 0 | 6 | D2 | 52 | 43 |
| Octal | 150 | 255 | 360 | 71 | 34 | 0 | 6 | 322 | 122 | 103 |
| Binary | 1101000 | 10101101 | 11110000 | 111001 | 11100 | 0 | 110 | 11010010 | 1010010 | 1000011 |
Color Harmonies of #68ADF0
Complementary color
Monochromatic Colors of #68ADF0
Black with #68ADF0
Text Example
Text Example
White with #68ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADF0; }
p { color: rgb(104,173,240); }
H1.HeaderClassName
{
color: #68ADF0;
}
.AnyTagClassName
{
color: #68ADF0;
}
</style>
background-color css
<style>
a { background-color: #68ADF0; }
a { background-color: rgb(104,173,240); }
div.DivClassName
{
background-color: #68ADF0;
}
.BgClassName
{
background-color: #68ADF0;
}
</style>
border-color css
<style>
span { border-color: #68ADF0; }
span { border-color: rgb(104,173,240); }
td.TdClassName
{
border-color: #68ADF0;
}
.TagClassName
{
border-color: #68ADF0;
}
</style>