Shades of Malibu #67C7DC
Tints of Malibu #67C7DC
RGB
CMYK
RGB Variations
Color information
#67C7DC (or 0x67C7DC) is known color: Malibu. HEX triplet: 67, C7 and DC. RGB value is (103,199,220). Sum of RGB (Red+Green+Blue) = 103+199+220=522 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.73% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #67C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C7DC is #983823. Grayscale: #ACACAC. Windows color (decimal): -9975844 or 14468967. OLE color: 14468967.
HSL color Cylindrical-coordinate representation of color #67C7DC: hue angle of 190.77º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67C7DC is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 199 | 220 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.14 |
| HSL | 190.77º | 0.63% | 0.63% | - |
| HSV(B) | 190.77º | 0.53% | 0.86% | - |
| XYZ | 38.94 | 48.9 | 75.1 | - |
| YUV | 172.69 | 154.7 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 199 | 220 | 0.53 | 0.10 | 0 | 0.14 | 190.77 | 0.63 | 0.63 |
| Hex | 67 | C7 | DC | 35 | A | 0 | E | BF | 3F | 3F |
| Octal | 147 | 307 | 334 | 65 | 12 | 0 | 16 | 277 | 77 | 77 |
| Binary | 1100111 | 11000111 | 11011100 | 110101 | 1010 | 0 | 1110 | 10111111 | 111111 | 111111 |
Color Harmonies of #67C7DC
Complementary color
Monochromatic Colors of #67C7DC
Black with #67C7DC
Text Example
Text Example
White with #67C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C7DC; }
p { color: rgb(103,199,220); }
H1.HeaderClassName
{
color: #67C7DC;
}
.AnyTagClassName
{
color: #67C7DC;
}
</style>
background-color css
<style>
a { background-color: #67C7DC; }
a { background-color: rgb(103,199,220); }
div.DivClassName
{
background-color: #67C7DC;
}
.BgClassName
{
background-color: #67C7DC;
}
</style>
border-color css
<style>
span { border-color: #67C7DC; }
span { border-color: rgb(103,199,220); }
td.TdClassName
{
border-color: #67C7DC;
}
.TagClassName
{
border-color: #67C7DC;
}
</style>