Shades of Malibu #68BCDF
Tints of Malibu #68BCDF
RGB
CMYK
RGB Variations
Color information
#68BCDF (or 0x68BCDF) is known color: Malibu. HEX triplet: 68, BC and DF. RGB value is (104,188,223). Sum of RGB (Red+Green+Blue) = 104+188+223=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #68BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCDF is #974320. Grayscale: #A6A6A6. Windows color (decimal): -9913121 or 14662760. OLE color: 14662760.
HSL color Cylindrical-coordinate representation of color #68BCDF: hue angle of 197.65º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68BCDF is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 188 | 223 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.13 |
| HSL | 197.65º | 0.65% | 0.64% | - |
| HSV(B) | 197.65º | 0.53% | 0.87% | - |
| XYZ | 37.01 | 44.24 | 76.4 | - |
| YUV | 166.87 | 159.67 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 223 | 0.53 | 0.16 | 0 | 0.13 | 197.65 | 0.65 | 0.64 |
| Hex | 68 | BC | DF | 35 | 10 | 0 | D | C6 | 41 | 40 |
| Octal | 150 | 274 | 337 | 65 | 20 | 0 | 15 | 306 | 101 | 100 |
| Binary | 1101000 | 10111100 | 11011111 | 110101 | 10000 | 0 | 1101 | 11000110 | 1000001 | 1000000 |
Color Harmonies of #68BCDF
Complementary color
Monochromatic Colors of #68BCDF
Black with #68BCDF
Text Example
Text Example
White with #68BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCDF; }
p { color: rgb(104,188,223); }
H1.HeaderClassName
{
color: #68BCDF;
}
.AnyTagClassName
{
color: #68BCDF;
}
</style>
background-color css
<style>
a { background-color: #68BCDF; }
a { background-color: rgb(104,188,223); }
div.DivClassName
{
background-color: #68BCDF;
}
.BgClassName
{
background-color: #68BCDF;
}
</style>
border-color css
<style>
span { border-color: #68BCDF; }
span { border-color: rgb(104,188,223); }
td.TdClassName
{
border-color: #68BCDF;
}
.TagClassName
{
border-color: #68BCDF;
}
</style>