Shades of Malibu #67ABEF
Tints of Malibu #67ABEF
RGB
CMYK
RGB Variations
Color information
#67ABEF (or 0x67ABEF) is known color: Malibu. HEX triplet: 67, AB and EF. RGB value is (103,171,239). Sum of RGB (Red+Green+Blue) = 103+171+239=513 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.08% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #67ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ABEF is #985410. Grayscale: #9E9E9E. Windows color (decimal): -9982993 or 15706983. OLE color: 15706983.
HSL color Cylindrical-coordinate representation of color #67ABEF: hue angle of 210º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67ABEF is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 171 | 239 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.06 |
| HSL | 210º | 0.81% | 0.67% | - |
| HSV(B) | 210º | 0.57% | 0.94% | - |
| XYZ | 35.74 | 38.24 | 87.16 | - |
| YUV | 158.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 239 | 0.57 | 0.28 | 0 | 0.06 | 210 | 0.81 | 0.67 |
| Hex | 67 | AB | EF | 39 | 1C | 0 | 6 | D2 | 51 | 43 |
| Octal | 147 | 253 | 357 | 71 | 34 | 0 | 6 | 322 | 121 | 103 |
| Binary | 1100111 | 10101011 | 11101111 | 111001 | 11100 | 0 | 110 | 11010010 | 1010001 | 1000011 |
Color Harmonies of #67ABEF
Complementary color
Monochromatic Colors of #67ABEF
Black with #67ABEF
Text Example
Text Example
White with #67ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABEF; }
p { color: rgb(103,171,239); }
H1.HeaderClassName
{
color: #67ABEF;
}
.AnyTagClassName
{
color: #67ABEF;
}
</style>
background-color css
<style>
a { background-color: #67ABEF; }
a { background-color: rgb(103,171,239); }
div.DivClassName
{
background-color: #67ABEF;
}
.BgClassName
{
background-color: #67ABEF;
}
</style>
border-color css
<style>
span { border-color: #67ABEF; }
span { border-color: rgb(103,171,239); }
td.TdClassName
{
border-color: #67ABEF;
}
.TagClassName
{
border-color: #67ABEF;
}
</style>