Shades of Malibu #67ABDE
Tints of Malibu #67ABDE
RGB
CMYK
RGB Variations
Color information
#67ABDE (or 0x67ABDE) is known color: Malibu. HEX triplet: 67, AB and DE. RGB value is (103,171,222). Sum of RGB (Red+Green+Blue) = 103+171+222=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #67ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABDE is #985421. Grayscale: #9C9C9C. Windows color (decimal): -9983010 or 14592871. OLE color: 14592871.
HSL color Cylindrical-coordinate representation of color #67ABDE: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67ABDE is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 171 | 222 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.13 |
| HSL | 205.71º | 0.64% | 0.64% | - |
| HSV(B) | 205.71º | 0.54% | 0.87% | - |
| XYZ | 33.34 | 37.28 | 74.55 | - |
| YUV | 156.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 222 | 0.54 | 0.23 | 0 | 0.13 | 205.71 | 0.64 | 0.64 |
| Hex | 67 | AB | DE | 36 | 17 | 0 | D | CE | 40 | 40 |
| Octal | 147 | 253 | 336 | 66 | 27 | 0 | 15 | 316 | 100 | 100 |
| Binary | 1100111 | 10101011 | 11011110 | 110110 | 10111 | 0 | 1101 | 11001110 | 1000000 | 1000000 |
Color Harmonies of #67ABDE
Complementary color
Monochromatic Colors of #67ABDE
Black with #67ABDE
Text Example
Text Example
White with #67ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABDE; }
p { color: rgb(103,171,222); }
H1.HeaderClassName
{
color: #67ABDE;
}
.AnyTagClassName
{
color: #67ABDE;
}
</style>
background-color css
<style>
a { background-color: #67ABDE; }
a { background-color: rgb(103,171,222); }
div.DivClassName
{
background-color: #67ABDE;
}
.BgClassName
{
background-color: #67ABDE;
}
</style>
border-color css
<style>
span { border-color: #67ABDE; }
span { border-color: rgb(103,171,222); }
td.TdClassName
{
border-color: #67ABDE;
}
.TagClassName
{
border-color: #67ABDE;
}
</style>