Shades of Malibu #67C2DD
Tints of Malibu #67C2DD
RGB
CMYK
RGB Variations
Color information
#67C2DD (or 0x67C2DD) is known color: Malibu. HEX triplet: 67, C2 and DD. RGB value is (103,194,221). Sum of RGB (Red+Green+Blue) = 103+194+221=518 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.88% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #67C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C2DD is #983D22. Grayscale: #A9A9A9. Windows color (decimal): -9977123 or 14533223. OLE color: 14533223.
HSL color Cylindrical-coordinate representation of color #67C2DD: hue angle of 193.73º 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 #67C2DD is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 194 | 221 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.13 |
| HSL | 193.73º | 0.63% | 0.64% | - |
| HSV(B) | 193.73º | 0.53% | 0.87% | - |
| XYZ | 37.94 | 46.69 | 75.42 | - |
| YUV | 169.87 | 156.85 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 194 | 221 | 0.53 | 0.12 | 0 | 0.13 | 193.73 | 0.63 | 0.64 |
| Hex | 67 | C2 | DD | 35 | C | 0 | D | C2 | 3F | 40 |
| Octal | 147 | 302 | 335 | 65 | 14 | 0 | 15 | 302 | 77 | 100 |
| Binary | 1100111 | 11000010 | 11011101 | 110101 | 1100 | 0 | 1101 | 11000010 | 111111 | 1000000 |
Color Harmonies of #67C2DD
Complementary color
Monochromatic Colors of #67C2DD
Black with #67C2DD
Text Example
Text Example
White with #67C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C2DD; }
p { color: rgb(103,194,221); }
H1.HeaderClassName
{
color: #67C2DD;
}
.AnyTagClassName
{
color: #67C2DD;
}
</style>
background-color css
<style>
a { background-color: #67C2DD; }
a { background-color: rgb(103,194,221); }
div.DivClassName
{
background-color: #67C2DD;
}
.BgClassName
{
background-color: #67C2DD;
}
</style>
border-color css
<style>
span { border-color: #67C2DD; }
span { border-color: rgb(103,194,221); }
td.TdClassName
{
border-color: #67C2DD;
}
.TagClassName
{
border-color: #67C2DD;
}
</style>