Shades of Malibu #67BADF
Tints of Malibu #67BADF
RGB
CMYK
RGB Variations
Color information
#67BADF (or 0x67BADF) is known color: Malibu. HEX triplet: 67, BA and DF. RGB value is (103,186,223). Sum of RGB (Red+Green+Blue) = 103+186+223=512 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.12% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #67BADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BADF is #984520. Grayscale: #A5A5A5. Windows color (decimal): -9979169 or 14662247. OLE color: 14662247.
HSL color Cylindrical-coordinate representation of color #67BADF: hue angle of 198.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67BADF is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 186 | 223 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.13 |
| HSL | 198.5º | 0.65% | 0.64% | - |
| HSV(B) | 198.5º | 0.54% | 0.87% | - |
| XYZ | 36.47 | 43.33 | 76.25 | - |
| YUV | 165.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 223 | 0.54 | 0.17 | 0 | 0.13 | 198.5 | 0.65 | 0.64 |
| Hex | 67 | BA | DF | 36 | 11 | 0 | D | C6 | 41 | 40 |
| Octal | 147 | 272 | 337 | 66 | 21 | 0 | 15 | 306 | 101 | 100 |
| Binary | 1100111 | 10111010 | 11011111 | 110110 | 10001 | 0 | 1101 | 11000110 | 1000001 | 1000000 |
Color Harmonies of #67BADF
Complementary color
Monochromatic Colors of #67BADF
Black with #67BADF
Text Example
Text Example
White with #67BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BADF; }
p { color: rgb(103,186,223); }
H1.HeaderClassName
{
color: #67BADF;
}
.AnyTagClassName
{
color: #67BADF;
}
</style>
background-color css
<style>
a { background-color: #67BADF; }
a { background-color: rgb(103,186,223); }
div.DivClassName
{
background-color: #67BADF;
}
.BgClassName
{
background-color: #67BADF;
}
</style>
border-color css
<style>
span { border-color: #67BADF; }
span { border-color: rgb(103,186,223); }
td.TdClassName
{
border-color: #67BADF;
}
.TagClassName
{
border-color: #67BADF;
}
</style>