Shades of Malibu #68ADF1
Tints of Malibu #68ADF1
RGB
CMYK
RGB Variations
Color information
#68ADF1 (or 0x68ADF1) is known color: Malibu. HEX triplet: 68, AD and F1. RGB value is (104,173,241). Sum of RGB (Red+Green+Blue) = 104+173+241=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #68ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADF1 is #97520E. Grayscale: #9F9F9F. Windows color (decimal): -9916943 or 15838568. OLE color: 15838568.
HSL color Cylindrical-coordinate representation of color #68ADF1: hue angle of 209.78º 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 #68ADF1 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 173 | 241 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.05 |
| HSL | 209.78º | 0.83% | 0.68% | - |
| HSV(B) | 209.78º | 0.57% | 0.95% | - |
| XYZ | 36.53 | 39.18 | 88.86 | - |
| YUV | 160.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 241 | 0.57 | 0.28 | 0 | 0.05 | 209.78 | 0.83 | 0.68 |
| Hex | 68 | AD | F1 | 39 | 1C | 0 | 5 | D2 | 53 | 44 |
| Octal | 150 | 255 | 361 | 71 | 34 | 0 | 5 | 322 | 123 | 104 |
| Binary | 1101000 | 10101101 | 11110001 | 111001 | 11100 | 0 | 101 | 11010010 | 1010011 | 1000100 |
Color Harmonies of #68ADF1
Complementary color
Monochromatic Colors of #68ADF1
Black with #68ADF1
Text Example
Text Example
White with #68ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADF1; }
p { color: rgb(104,173,241); }
H1.HeaderClassName
{
color: #68ADF1;
}
.AnyTagClassName
{
color: #68ADF1;
}
</style>
background-color css
<style>
a { background-color: #68ADF1; }
a { background-color: rgb(104,173,241); }
div.DivClassName
{
background-color: #68ADF1;
}
.BgClassName
{
background-color: #68ADF1;
}
</style>
border-color css
<style>
span { border-color: #68ADF1; }
span { border-color: rgb(104,173,241); }
td.TdClassName
{
border-color: #68ADF1;
}
.TagClassName
{
border-color: #68ADF1;
}
</style>