Shades of Malibu #68C7DF
Tints of Malibu #68C7DF
RGB
CMYK
RGB Variations
Color information
#68C7DF (or 0x68C7DF) is known color: Malibu. HEX triplet: 68, C7 and DF. RGB value is (104,199,223). Sum of RGB (Red+Green+Blue) = 104+199+223=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #68C7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C7DF is #973820. Grayscale: #ADADAD. Windows color (decimal): -9910305 or 14665576. OLE color: 14665576.
HSL color Cylindrical-coordinate representation of color #68C7DF: hue angle of 192.1º 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 #68C7DF is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 199 | 223 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.13 |
| HSL | 192.1º | 0.65% | 0.64% | - |
| HSV(B) | 192.1º | 0.53% | 0.87% | - |
| XYZ | 39.45 | 49.12 | 77.21 | - |
| YUV | 173.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 223 | 0.53 | 0.11 | 0 | 0.13 | 192.1 | 0.65 | 0.64 |
| Hex | 68 | C7 | DF | 35 | B | 0 | D | C0 | 41 | 40 |
| Octal | 150 | 307 | 337 | 65 | 13 | 0 | 15 | 300 | 101 | 100 |
| Binary | 1101000 | 11000111 | 11011111 | 110101 | 1011 | 0 | 1101 | 11000000 | 1000001 | 1000000 |
Color Harmonies of #68C7DF
Complementary color
Monochromatic Colors of #68C7DF
Black with #68C7DF
Text Example
Text Example
White with #68C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C7DF; }
p { color: rgb(104,199,223); }
H1.HeaderClassName
{
color: #68C7DF;
}
.AnyTagClassName
{
color: #68C7DF;
}
</style>
background-color css
<style>
a { background-color: #68C7DF; }
a { background-color: rgb(104,199,223); }
div.DivClassName
{
background-color: #68C7DF;
}
.BgClassName
{
background-color: #68C7DF;
}
</style>
border-color css
<style>
span { border-color: #68C7DF; }
span { border-color: rgb(104,199,223); }
td.TdClassName
{
border-color: #68C7DF;
}
.TagClassName
{
border-color: #68C7DF;
}
</style>