Shades of Malibu #68C1DE
Tints of Malibu #68C1DE
RGB
CMYK
RGB Variations
Color information
#68C1DE (or 0x68C1DE) is known color: Malibu. HEX triplet: 68, C1 and DE. RGB value is (104,193,222). Sum of RGB (Red+Green+Blue) = 104+193+222=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #68C1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1DE is #973E21. Grayscale: #A9A9A9. Windows color (decimal): -9911842 or 14598504. OLE color: 14598504.
HSL color Cylindrical-coordinate representation of color #68C1DE: hue angle of 194.75º degrees, saturation: 0.64, 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 #68C1DE is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 193 | 222 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.13 |
| HSL | 194.75º | 0.64% | 0.64% | - |
| HSV(B) | 194.75º | 0.53% | 0.87% | - |
| XYZ | 37.96 | 46.36 | 76.05 | - |
| YUV | 169.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 222 | 0.53 | 0.13 | 0 | 0.13 | 194.75 | 0.64 | 0.64 |
| Hex | 68 | C1 | DE | 35 | D | 0 | D | C3 | 40 | 40 |
| Octal | 150 | 301 | 336 | 65 | 15 | 0 | 15 | 303 | 100 | 100 |
| Binary | 1101000 | 11000001 | 11011110 | 110101 | 1101 | 0 | 1101 | 11000011 | 1000000 | 1000000 |
Color Harmonies of #68C1DE
Complementary color
Monochromatic Colors of #68C1DE
Black with #68C1DE
Text Example
Text Example
White with #68C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1DE; }
p { color: rgb(104,193,222); }
H1.HeaderClassName
{
color: #68C1DE;
}
.AnyTagClassName
{
color: #68C1DE;
}
</style>
background-color css
<style>
a { background-color: #68C1DE; }
a { background-color: rgb(104,193,222); }
div.DivClassName
{
background-color: #68C1DE;
}
.BgClassName
{
background-color: #68C1DE;
}
</style>
border-color css
<style>
span { border-color: #68C1DE; }
span { border-color: rgb(104,193,222); }
td.TdClassName
{
border-color: #68C1DE;
}
.TagClassName
{
border-color: #68C1DE;
}
</style>