Shades of Malibu #67BFD5
Tints of Malibu #67BFD5
RGB
CMYK
RGB Variations
Color information
#67BFD5 (or 0x67BFD5) is known color: Malibu. HEX triplet: 67, BF and D5. RGB value is (103,191,213). Sum of RGB (Red+Green+Blue) = 103+191+213=507 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.32% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #67BFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFD5 is #98402A. Grayscale: #A7A7A7. Windows color (decimal): -9977899 or 14008167. OLE color: 14008167.
HSL color Cylindrical-coordinate representation of color #67BFD5: hue angle of 192º degrees, saturation: 0.57, 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 #67BFD5 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 191 | 213 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.16 |
| HSL | 192º | 0.57% | 0.62% | - |
| HSV(B) | 192º | 0.52% | 0.84% | - |
| XYZ | 36.23 | 44.95 | 69.72 | - |
| YUV | 167.2 | 153.85 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 213 | 0.52 | 0.10 | 0 | 0.16 | 192 | 0.57 | 0.62 |
| Hex | 67 | BF | D5 | 34 | A | 0 | 10 | C0 | 39 | 3E |
| Octal | 147 | 277 | 325 | 64 | 12 | 0 | 20 | 300 | 71 | 76 |
| Binary | 1100111 | 10111111 | 11010101 | 110100 | 1010 | 0 | 10000 | 11000000 | 111001 | 111110 |
Color Harmonies of #67BFD5
Complementary color
Monochromatic Colors of #67BFD5
Black with #67BFD5
Text Example
Text Example
White with #67BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFD5; }
p { color: rgb(103,191,213); }
H1.HeaderClassName
{
color: #67BFD5;
}
.AnyTagClassName
{
color: #67BFD5;
}
</style>
background-color css
<style>
a { background-color: #67BFD5; }
a { background-color: rgb(103,191,213); }
div.DivClassName
{
background-color: #67BFD5;
}
.BgClassName
{
background-color: #67BFD5;
}
</style>
border-color css
<style>
span { border-color: #67BFD5; }
span { border-color: rgb(103,191,213); }
td.TdClassName
{
border-color: #67BFD5;
}
.TagClassName
{
border-color: #67BFD5;
}
</style>