Shades of Malibu #67AAE5
Tints of Malibu #67AAE5
RGB
CMYK
RGB Variations
Color information
#67AAE5 (or 0x67AAE5) is known color: Malibu. HEX triplet: 67, AA and E5. RGB value is (103,170,229). Sum of RGB (Red+Green+Blue) = 103+170+229=502 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.52% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #67AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AAE5 is #98551A. Grayscale: #9C9C9C. Windows color (decimal): -9983259 or 15051367. OLE color: 15051367.
HSL color Cylindrical-coordinate representation of color #67AAE5: hue angle of 208.1º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67AAE5 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 170 | 229 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.10 |
| HSL | 208.1º | 0.71% | 0.65% | - |
| HSV(B) | 208.1º | 0.55% | 0.9% | - |
| XYZ | 34.11 | 37.29 | 79.53 | - |
| YUV | 156.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 229 | 0.55 | 0.26 | 0 | 0.10 | 208.1 | 0.71 | 0.65 |
| Hex | 67 | AA | E5 | 37 | 1A | 0 | A | D0 | 47 | 41 |
| Octal | 147 | 252 | 345 | 67 | 32 | 0 | 12 | 320 | 107 | 101 |
| Binary | 1100111 | 10101010 | 11100101 | 110111 | 11010 | 0 | 1010 | 11010000 | 1000111 | 1000001 |
Color Harmonies of #67AAE5
Complementary color
Monochromatic Colors of #67AAE5
Black with #67AAE5
Text Example
Text Example
White with #67AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AAE5; }
p { color: rgb(103,170,229); }
H1.HeaderClassName
{
color: #67AAE5;
}
.AnyTagClassName
{
color: #67AAE5;
}
</style>
background-color css
<style>
a { background-color: #67AAE5; }
a { background-color: rgb(103,170,229); }
div.DivClassName
{
background-color: #67AAE5;
}
.BgClassName
{
background-color: #67AAE5;
}
</style>
border-color css
<style>
span { border-color: #67AAE5; }
span { border-color: rgb(103,170,229); }
td.TdClassName
{
border-color: #67AAE5;
}
.TagClassName
{
border-color: #67AAE5;
}
</style>