Shades of Malibu #67ADE0
Tints of Malibu #67ADE0
RGB
CMYK
RGB Variations
Color information
#67ADE0 (or 0x67ADE0) is known color: Malibu. HEX triplet: 67, AD and E0. RGB value is (103,173,224). Sum of RGB (Red+Green+Blue) = 103+173+224=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #67ADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADE0 is #98521F. Grayscale: #9D9D9D. Windows color (decimal): -9982496 or 14724455. OLE color: 14724455.
HSL color Cylindrical-coordinate representation of color #67ADE0: hue angle of 205.29º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67ADE0 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 173 | 224 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.12 |
| HSL | 205.29º | 0.66% | 0.64% | - |
| HSV(B) | 205.29º | 0.54% | 0.88% | - |
| XYZ | 33.99 | 38.15 | 76.09 | - |
| YUV | 157.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 224 | 0.54 | 0.23 | 0 | 0.12 | 205.29 | 0.66 | 0.64 |
| Hex | 67 | AD | E0 | 36 | 17 | 0 | C | CD | 42 | 40 |
| Octal | 147 | 255 | 340 | 66 | 27 | 0 | 14 | 315 | 102 | 100 |
| Binary | 1100111 | 10101101 | 11100000 | 110110 | 10111 | 0 | 1100 | 11001101 | 1000010 | 1000000 |
Color Harmonies of #67ADE0
Complementary color
Monochromatic Colors of #67ADE0
Black with #67ADE0
Text Example
Text Example
White with #67ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADE0; }
p { color: rgb(103,173,224); }
H1.HeaderClassName
{
color: #67ADE0;
}
.AnyTagClassName
{
color: #67ADE0;
}
</style>
background-color css
<style>
a { background-color: #67ADE0; }
a { background-color: rgb(103,173,224); }
div.DivClassName
{
background-color: #67ADE0;
}
.BgClassName
{
background-color: #67ADE0;
}
</style>
border-color css
<style>
span { border-color: #67ADE0; }
span { border-color: rgb(103,173,224); }
td.TdClassName
{
border-color: #67ADE0;
}
.TagClassName
{
border-color: #67ADE0;
}
</style>