Shades of Malibu #67ADD4
Tints of Malibu #67ADD4
RGB
CMYK
RGB Variations
Color information
#67ADD4 (or 0x67ADD4) is known color: Malibu. HEX triplet: 67, AD and D4. RGB value is (103,173,212). Sum of RGB (Red+Green+Blue) = 103+173+212=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #67ADD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADD4 is #98522B. Grayscale: #9C9C9C. Windows color (decimal): -9982508 or 13938023. OLE color: 13938023.
HSL color Cylindrical-coordinate representation of color #67ADD4: hue angle of 201.47º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67ADD4 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 173 | 212 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.17 |
| HSL | 201.47º | 0.56% | 0.62% | - |
| HSV(B) | 201.47º | 0.51% | 0.83% | - |
| XYZ | 32.42 | 37.52 | 67.82 | - |
| YUV | 156.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 212 | 0.51 | 0.18 | 0 | 0.17 | 201.47 | 0.56 | 0.62 |
| Hex | 67 | AD | D4 | 33 | 12 | 0 | 11 | C9 | 38 | 3E |
| Octal | 147 | 255 | 324 | 63 | 22 | 0 | 21 | 311 | 70 | 76 |
| Binary | 1100111 | 10101101 | 11010100 | 110011 | 10010 | 0 | 10001 | 11001001 | 111000 | 111110 |
Color Harmonies of #67ADD4
Complementary color
Monochromatic Colors of #67ADD4
Black with #67ADD4
Text Example
Text Example
White with #67ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADD4; }
p { color: rgb(103,173,212); }
H1.HeaderClassName
{
color: #67ADD4;
}
.AnyTagClassName
{
color: #67ADD4;
}
</style>
background-color css
<style>
a { background-color: #67ADD4; }
a { background-color: rgb(103,173,212); }
div.DivClassName
{
background-color: #67ADD4;
}
.BgClassName
{
background-color: #67ADD4;
}
</style>
border-color css
<style>
span { border-color: #67ADD4; }
span { border-color: rgb(103,173,212); }
td.TdClassName
{
border-color: #67ADD4;
}
.TagClassName
{
border-color: #67ADD4;
}
</style>