Shades of Malibu #68C5DF
Tints of Malibu #68C5DF
RGB
CMYK
RGB Variations
Color information
#68C5DF (or 0x68C5DF) is known color: Malibu. HEX triplet: 68, C5 and DF. RGB value is (104,197,223). Sum of RGB (Red+Green+Blue) = 104+197+223=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #68C5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5DF is #973A20. Grayscale: #ABABAB. Windows color (decimal): -9910817 or 14665064. OLE color: 14665064.
HSL color Cylindrical-coordinate representation of color #68C5DF: hue angle of 193.11º 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 #68C5DF is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 197 | 223 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.13 |
| HSL | 193.11º | 0.65% | 0.64% | - |
| HSV(B) | 193.11º | 0.53% | 0.87% | - |
| XYZ | 38.99 | 48.2 | 77.06 | - |
| YUV | 172.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 223 | 0.53 | 0.12 | 0 | 0.13 | 193.11 | 0.65 | 0.64 |
| Hex | 68 | C5 | DF | 35 | C | 0 | D | C1 | 41 | 40 |
| Octal | 150 | 305 | 337 | 65 | 14 | 0 | 15 | 301 | 101 | 100 |
| Binary | 1101000 | 11000101 | 11011111 | 110101 | 1100 | 0 | 1101 | 11000001 | 1000001 | 1000000 |
Color Harmonies of #68C5DF
Complementary color
Monochromatic Colors of #68C5DF
Black with #68C5DF
Text Example
Text Example
White with #68C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C5DF; }
p { color: rgb(104,197,223); }
H1.HeaderClassName
{
color: #68C5DF;
}
.AnyTagClassName
{
color: #68C5DF;
}
</style>
background-color css
<style>
a { background-color: #68C5DF; }
a { background-color: rgb(104,197,223); }
div.DivClassName
{
background-color: #68C5DF;
}
.BgClassName
{
background-color: #68C5DF;
}
</style>
border-color css
<style>
span { border-color: #68C5DF; }
span { border-color: rgb(104,197,223); }
td.TdClassName
{
border-color: #68C5DF;
}
.TagClassName
{
border-color: #68C5DF;
}
</style>