Shades of Malibu #67BADC
Tints of Malibu #67BADC
RGB
CMYK
RGB Variations
Color information
#67BADC (or 0x67BADC) is known color: Malibu. HEX triplet: 67, BA and DC. RGB value is (103,186,220). Sum of RGB (Red+Green+Blue) = 103+186+220=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #67BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BADC is #984523. Grayscale: #A4A4A4. Windows color (decimal): -9979172 or 14465639. OLE color: 14465639.
HSL color Cylindrical-coordinate representation of color #67BADC: hue angle of 197.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67BADC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 186 | 220 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.14 |
| HSL | 197.44º | 0.63% | 0.63% | - |
| HSV(B) | 197.44º | 0.53% | 0.86% | - |
| XYZ | 36.07 | 43.17 | 74.14 | - |
| YUV | 165.06 | 159 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 220 | 0.53 | 0.15 | 0 | 0.14 | 197.44 | 0.63 | 0.63 |
| Hex | 67 | BA | DC | 35 | F | 0 | E | C5 | 3F | 3F |
| Octal | 147 | 272 | 334 | 65 | 17 | 0 | 16 | 305 | 77 | 77 |
| Binary | 1100111 | 10111010 | 11011100 | 110101 | 1111 | 0 | 1110 | 11000101 | 111111 | 111111 |
Color Harmonies of #67BADC
Complementary color
Monochromatic Colors of #67BADC
Black with #67BADC
Text Example
Text Example
White with #67BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BADC; }
p { color: rgb(103,186,220); }
H1.HeaderClassName
{
color: #67BADC;
}
.AnyTagClassName
{
color: #67BADC;
}
</style>
background-color css
<style>
a { background-color: #67BADC; }
a { background-color: rgb(103,186,220); }
div.DivClassName
{
background-color: #67BADC;
}
.BgClassName
{
background-color: #67BADC;
}
</style>
border-color css
<style>
span { border-color: #67BADC; }
span { border-color: rgb(103,186,220); }
td.TdClassName
{
border-color: #67BADC;
}
.TagClassName
{
border-color: #67BADC;
}
</style>