Shades of Malibu #67C4DD
Tints of Malibu #67C4DD
RGB
CMYK
RGB Variations
Color information
#67C4DD (or 0x67C4DD) is known color: Malibu. HEX triplet: 67, C4 and DD. RGB value is (103,196,221). Sum of RGB (Red+Green+Blue) = 103+196+221=520 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.81% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #67C4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C4DD is #983B22. Grayscale: #AAAAAA. Windows color (decimal): -9976611 or 14533735. OLE color: 14533735.
HSL color Cylindrical-coordinate representation of color #67C4DD: hue angle of 192.71º degrees, saturation: 0.63, 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 #67C4DD is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 196 | 221 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.13 |
| HSL | 192.71º | 0.63% | 0.64% | - |
| HSV(B) | 192.71º | 0.53% | 0.87% | - |
| XYZ | 38.38 | 47.58 | 75.57 | - |
| YUV | 171.04 | 156.19 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 196 | 221 | 0.53 | 0.11 | 0 | 0.13 | 192.71 | 0.63 | 0.64 |
| Hex | 67 | C4 | DD | 35 | B | 0 | D | C1 | 3F | 40 |
| Octal | 147 | 304 | 335 | 65 | 13 | 0 | 15 | 301 | 77 | 100 |
| Binary | 1100111 | 11000100 | 11011101 | 110101 | 1011 | 0 | 1101 | 11000001 | 111111 | 1000000 |
Color Harmonies of #67C4DD
Complementary color
Monochromatic Colors of #67C4DD
Black with #67C4DD
Text Example
Text Example
White with #67C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C4DD; }
p { color: rgb(103,196,221); }
H1.HeaderClassName
{
color: #67C4DD;
}
.AnyTagClassName
{
color: #67C4DD;
}
</style>
background-color css
<style>
a { background-color: #67C4DD; }
a { background-color: rgb(103,196,221); }
div.DivClassName
{
background-color: #67C4DD;
}
.BgClassName
{
background-color: #67C4DD;
}
</style>
border-color css
<style>
span { border-color: #67C4DD; }
span { border-color: rgb(103,196,221); }
td.TdClassName
{
border-color: #67C4DD;
}
.TagClassName
{
border-color: #67C4DD;
}
</style>