Shades of Malibu #67ADDD
Tints of Malibu #67ADDD
RGB
CMYK
RGB Variations
Color information
#67ADDD (or 0x67ADDD) is known color: Malibu. HEX triplet: 67, AD and DD. RGB value is (103,173,221). Sum of RGB (Red+Green+Blue) = 103+173+221=497 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.72% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #67ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADDD is #985222. Grayscale: #9D9D9D. Windows color (decimal): -9982499 or 14527847. OLE color: 14527847.
HSL color Cylindrical-coordinate representation of color #67ADDD: hue angle of 204.41º 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 #67ADDD is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 173 | 221 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.13 |
| HSL | 204.41º | 0.63% | 0.64% | - |
| HSV(B) | 204.41º | 0.53% | 0.87% | - |
| XYZ | 33.59 | 37.99 | 73.97 | - |
| YUV | 157.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 221 | 0.53 | 0.22 | 0 | 0.13 | 204.41 | 0.63 | 0.64 |
| Hex | 67 | AD | DD | 35 | 16 | 0 | D | CC | 3F | 40 |
| Octal | 147 | 255 | 335 | 65 | 26 | 0 | 15 | 314 | 77 | 100 |
| Binary | 1100111 | 10101101 | 11011101 | 110101 | 10110 | 0 | 1101 | 11001100 | 111111 | 1000000 |
Color Harmonies of #67ADDD
Complementary color
Monochromatic Colors of #67ADDD
Black with #67ADDD
Text Example
Text Example
White with #67ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADDD; }
p { color: rgb(103,173,221); }
H1.HeaderClassName
{
color: #67ADDD;
}
.AnyTagClassName
{
color: #67ADDD;
}
</style>
background-color css
<style>
a { background-color: #67ADDD; }
a { background-color: rgb(103,173,221); }
div.DivClassName
{
background-color: #67ADDD;
}
.BgClassName
{
background-color: #67ADDD;
}
</style>
border-color css
<style>
span { border-color: #67ADDD; }
span { border-color: rgb(103,173,221); }
td.TdClassName
{
border-color: #67ADDD;
}
.TagClassName
{
border-color: #67ADDD;
}
</style>