Shades of Malibu #67BADB
Tints of Malibu #67BADB
RGB
CMYK
RGB Variations
Color information
#67BADB (or 0x67BADB) is known color: Malibu. HEX triplet: 67, BA and DB. RGB value is (103,186,219). Sum of RGB (Red+Green+Blue) = 103+186+219=508 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.28% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #67BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BADB is #984524. Grayscale: #A4A4A4. Windows color (decimal): -9979173 or 14400103. OLE color: 14400103.
HSL color Cylindrical-coordinate representation of color #67BADB: hue angle of 197.07º degrees, saturation: 0.62, 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 #67BADB is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 186 | 219 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.14 |
| HSL | 197.07º | 0.62% | 0.63% | - |
| HSV(B) | 197.07º | 0.53% | 0.86% | - |
| XYZ | 35.94 | 43.12 | 73.45 | - |
| YUV | 164.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 219 | 0.53 | 0.15 | 0 | 0.14 | 197.07 | 0.62 | 0.63 |
| Hex | 67 | BA | DB | 35 | F | 0 | E | C5 | 3E | 3F |
| Octal | 147 | 272 | 333 | 65 | 17 | 0 | 16 | 305 | 76 | 77 |
| Binary | 1100111 | 10111010 | 11011011 | 110101 | 1111 | 0 | 1110 | 11000101 | 111110 | 111111 |
Color Harmonies of #67BADB
Complementary color
Monochromatic Colors of #67BADB
Black with #67BADB
Text Example
Text Example
White with #67BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BADB; }
p { color: rgb(103,186,219); }
H1.HeaderClassName
{
color: #67BADB;
}
.AnyTagClassName
{
color: #67BADB;
}
</style>
background-color css
<style>
a { background-color: #67BADB; }
a { background-color: rgb(103,186,219); }
div.DivClassName
{
background-color: #67BADB;
}
.BgClassName
{
background-color: #67BADB;
}
</style>
border-color css
<style>
span { border-color: #67BADB; }
span { border-color: rgb(103,186,219); }
td.TdClassName
{
border-color: #67BADB;
}
.TagClassName
{
border-color: #67BADB;
}
</style>