Shades of Malibu #67ABEC
Tints of Malibu #67ABEC
RGB
CMYK
RGB Variations
Color information
#67ABEC (or 0x67ABEC) is known color: Malibu. HEX triplet: 67, AB and EC. RGB value is (103,171,236). Sum of RGB (Red+Green+Blue) = 103+171+236=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #67ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ABEC is #985413. Grayscale: #9D9D9D. Windows color (decimal): -9982996 or 15510375. OLE color: 15510375.
HSL color Cylindrical-coordinate representation of color #67ABEC: hue angle of 209.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67ABEC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 171 | 236 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.07 |
| HSL | 209.32º | 0.78% | 0.66% | - |
| HSV(B) | 209.32º | 0.56% | 0.93% | - |
| XYZ | 35.3 | 38.07 | 84.84 | - |
| YUV | 158.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 236 | 0.56 | 0.28 | 0 | 0.07 | 209.32 | 0.78 | 0.66 |
| Hex | 67 | AB | EC | 38 | 1C | 0 | 7 | D1 | 4E | 42 |
| Octal | 147 | 253 | 354 | 70 | 34 | 0 | 7 | 321 | 116 | 102 |
| Binary | 1100111 | 10101011 | 11101100 | 111000 | 11100 | 0 | 111 | 11010001 | 1001110 | 1000010 |
Color Harmonies of #67ABEC
Complementary color
Monochromatic Colors of #67ABEC
Black with #67ABEC
Text Example
Text Example
White with #67ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABEC; }
p { color: rgb(103,171,236); }
H1.HeaderClassName
{
color: #67ABEC;
}
.AnyTagClassName
{
color: #67ABEC;
}
</style>
background-color css
<style>
a { background-color: #67ABEC; }
a { background-color: rgb(103,171,236); }
div.DivClassName
{
background-color: #67ABEC;
}
.BgClassName
{
background-color: #67ABEC;
}
</style>
border-color css
<style>
span { border-color: #67ABEC; }
span { border-color: rgb(103,171,236); }
td.TdClassName
{
border-color: #67ABEC;
}
.TagClassName
{
border-color: #67ABEC;
}
</style>