Shades of Malibu #68ADF3
Tints of Malibu #68ADF3
RGB
CMYK
RGB Variations
Color information
#68ADF3 (or 0x68ADF3) is known color: Malibu. HEX triplet: 68, AD and F3. RGB value is (104,173,243). Sum of RGB (Red+Green+Blue) = 104+173+243=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #68ADF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADF3 is #97520C. Grayscale: #9F9F9F. Windows color (decimal): -9916941 or 15969640. OLE color: 15969640.
HSL color Cylindrical-coordinate representation of color #68ADF3: hue angle of 210.22º degrees, saturation: 0.85, 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 #68ADF3 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 173 | 243 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.05 |
| HSL | 210.22º | 0.85% | 0.68% | - |
| HSV(B) | 210.22º | 0.57% | 0.95% | - |
| XYZ | 36.83 | 39.3 | 90.44 | - |
| YUV | 160.35 | 174.64 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 243 | 0.57 | 0.29 | 0 | 0.05 | 210.22 | 0.85 | 0.68 |
| Hex | 68 | AD | F3 | 39 | 1D | 0 | 5 | D2 | 55 | 44 |
| Octal | 150 | 255 | 363 | 71 | 35 | 0 | 5 | 322 | 125 | 104 |
| Binary | 1101000 | 10101101 | 11110011 | 111001 | 11101 | 0 | 101 | 11010010 | 1010101 | 1000100 |
Color Harmonies of #68ADF3
Complementary color
Monochromatic Colors of #68ADF3
Black with #68ADF3
Text Example
Text Example
White with #68ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADF3; }
p { color: rgb(104,173,243); }
H1.HeaderClassName
{
color: #68ADF3;
}
.AnyTagClassName
{
color: #68ADF3;
}
</style>
background-color css
<style>
a { background-color: #68ADF3; }
a { background-color: rgb(104,173,243); }
div.DivClassName
{
background-color: #68ADF3;
}
.BgClassName
{
background-color: #68ADF3;
}
</style>
border-color css
<style>
span { border-color: #68ADF3; }
span { border-color: rgb(104,173,243); }
td.TdClassName
{
border-color: #68ADF3;
}
.TagClassName
{
border-color: #68ADF3;
}
</style>