Shades of Malibu #67BFD7
Tints of Malibu #67BFD7
RGB
CMYK
RGB Variations
Color information
#67BFD7 (or 0x67BFD7) is known color: Malibu. HEX triplet: 67, BF and D7. RGB value is (103,191,215). Sum of RGB (Red+Green+Blue) = 103+191+215=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #67BFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFD7 is #984028. Grayscale: #A7A7A7. Windows color (decimal): -9977897 or 14139239. OLE color: 14139239.
HSL color Cylindrical-coordinate representation of color #67BFD7: hue angle of 192.86º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67BFD7 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 191 | 215 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.16 |
| HSL | 192.86º | 0.58% | 0.62% | - |
| HSV(B) | 192.86º | 0.52% | 0.84% | - |
| XYZ | 36.49 | 45.05 | 71.06 | - |
| YUV | 167.42 | 154.85 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 215 | 0.52 | 0.11 | 0 | 0.16 | 192.86 | 0.58 | 0.62 |
| Hex | 67 | BF | D7 | 34 | B | 0 | 10 | C1 | 3A | 3E |
| Octal | 147 | 277 | 327 | 64 | 13 | 0 | 20 | 301 | 72 | 76 |
| Binary | 1100111 | 10111111 | 11010111 | 110100 | 1011 | 0 | 10000 | 11000001 | 111010 | 111110 |
Color Harmonies of #67BFD7
Complementary color
Monochromatic Colors of #67BFD7
Black with #67BFD7
Text Example
Text Example
White with #67BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFD7; }
p { color: rgb(103,191,215); }
H1.HeaderClassName
{
color: #67BFD7;
}
.AnyTagClassName
{
color: #67BFD7;
}
</style>
background-color css
<style>
a { background-color: #67BFD7; }
a { background-color: rgb(103,191,215); }
div.DivClassName
{
background-color: #67BFD7;
}
.BgClassName
{
background-color: #67BFD7;
}
</style>
border-color css
<style>
span { border-color: #67BFD7; }
span { border-color: rgb(103,191,215); }
td.TdClassName
{
border-color: #67BFD7;
}
.TagClassName
{
border-color: #67BFD7;
}
</style>