Shades of Malibu #67ADD8
Tints of Malibu #67ADD8
RGB
CMYK
RGB Variations
Color information
#67ADD8 (or 0x67ADD8) is known color: Malibu. HEX triplet: 67, AD and D8. RGB value is (103,173,216). Sum of RGB (Red+Green+Blue) = 103+173+216=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #67ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADD8 is #985227. Grayscale: #9C9C9C. Windows color (decimal): -9982504 or 14200167. OLE color: 14200167.
HSL color Cylindrical-coordinate representation of color #67ADD8: hue angle of 202.83º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67ADD8 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 173 | 216 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.15 |
| HSL | 202.83º | 0.59% | 0.63% | - |
| HSV(B) | 202.83º | 0.52% | 0.85% | - |
| XYZ | 32.93 | 37.73 | 70.51 | - |
| YUV | 156.97 | 161.31 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 216 | 0.52 | 0.20 | 0 | 0.15 | 202.83 | 0.59 | 0.63 |
| Hex | 67 | AD | D8 | 34 | 14 | 0 | F | CB | 3B | 3F |
| Octal | 147 | 255 | 330 | 64 | 24 | 0 | 17 | 313 | 73 | 77 |
| Binary | 1100111 | 10101101 | 11011000 | 110100 | 10100 | 0 | 1111 | 11001011 | 111011 | 111111 |
Color Harmonies of #67ADD8
Complementary color
Monochromatic Colors of #67ADD8
Black with #67ADD8
Text Example
Text Example
White with #67ADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADD8; }
p { color: rgb(103,173,216); }
H1.HeaderClassName
{
color: #67ADD8;
}
.AnyTagClassName
{
color: #67ADD8;
}
</style>
background-color css
<style>
a { background-color: #67ADD8; }
a { background-color: rgb(103,173,216); }
div.DivClassName
{
background-color: #67ADD8;
}
.BgClassName
{
background-color: #67ADD8;
}
</style>
border-color css
<style>
span { border-color: #67ADD8; }
span { border-color: rgb(103,173,216); }
td.TdClassName
{
border-color: #67ADD8;
}
.TagClassName
{
border-color: #67ADD8;
}
</style>