Shades of Malibu #67BCDD
Tints of Malibu #67BCDD
RGB
CMYK
RGB Variations
Color information
#67BCDD (or 0x67BCDD) is known color: Malibu. HEX triplet: 67, BC and DD. RGB value is (103,188,221). Sum of RGB (Red+Green+Blue) = 103+188+221=512 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.12% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #67BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCDD is #984322. Grayscale: #A6A6A6. Windows color (decimal): -9978659 or 14531687. OLE color: 14531687.
HSL color Cylindrical-coordinate representation of color #67BCDD: hue angle of 196.78º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67BCDD is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 188 | 221 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.13 |
| HSL | 196.78º | 0.63% | 0.64% | - |
| HSV(B) | 196.78º | 0.53% | 0.87% | - |
| XYZ | 36.63 | 44.07 | 74.98 | - |
| YUV | 166.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 221 | 0.53 | 0.15 | 0 | 0.13 | 196.78 | 0.63 | 0.64 |
| Hex | 67 | BC | DD | 35 | F | 0 | D | C5 | 3F | 40 |
| Octal | 147 | 274 | 335 | 65 | 17 | 0 | 15 | 305 | 77 | 100 |
| Binary | 1100111 | 10111100 | 11011101 | 110101 | 1111 | 0 | 1101 | 11000101 | 111111 | 1000000 |
Color Harmonies of #67BCDD
Complementary color
Monochromatic Colors of #67BCDD
Black with #67BCDD
Text Example
Text Example
White with #67BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCDD; }
p { color: rgb(103,188,221); }
H1.HeaderClassName
{
color: #67BCDD;
}
.AnyTagClassName
{
color: #67BCDD;
}
</style>
background-color css
<style>
a { background-color: #67BCDD; }
a { background-color: rgb(103,188,221); }
div.DivClassName
{
background-color: #67BCDD;
}
.BgClassName
{
background-color: #67BCDD;
}
</style>
border-color css
<style>
span { border-color: #67BCDD; }
span { border-color: rgb(103,188,221); }
td.TdClassName
{
border-color: #67BCDD;
}
.TagClassName
{
border-color: #67BCDD;
}
</style>