Shades of Malibu #67B8D6
Tints of Malibu #67B8D6
RGB
CMYK
RGB Variations
Color information
#67B8D6 (or 0x67B8D6) is known color: Malibu. HEX triplet: 67, B8 and D6. RGB value is (103,184,214). Sum of RGB (Red+Green+Blue) = 103+184+214=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #67B8D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B8D6 is #984729. Grayscale: #A2A2A2. Windows color (decimal): -9979690 or 14071911. OLE color: 14071911.
HSL color Cylindrical-coordinate representation of color #67B8D6: hue angle of 196.22º 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 #67B8D6 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 184 | 214 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.16 |
| HSL | 196.22º | 0.58% | 0.62% | - |
| HSV(B) | 196.22º | 0.52% | 0.84% | - |
| XYZ | 34.87 | 42.02 | 69.89 | - |
| YUV | 163.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 184 | 214 | 0.52 | 0.14 | 0 | 0.16 | 196.22 | 0.58 | 0.62 |
| Hex | 67 | B8 | D6 | 34 | E | 0 | 10 | C4 | 3A | 3E |
| Octal | 147 | 270 | 326 | 64 | 16 | 0 | 20 | 304 | 72 | 76 |
| Binary | 1100111 | 10111000 | 11010110 | 110100 | 1110 | 0 | 10000 | 11000100 | 111010 | 111110 |
Color Harmonies of #67B8D6
Complementary color
Monochromatic Colors of #67B8D6
Black with #67B8D6
Text Example
Text Example
White with #67B8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B8D6; }
p { color: rgb(103,184,214); }
H1.HeaderClassName
{
color: #67B8D6;
}
.AnyTagClassName
{
color: #67B8D6;
}
</style>
background-color css
<style>
a { background-color: #67B8D6; }
a { background-color: rgb(103,184,214); }
div.DivClassName
{
background-color: #67B8D6;
}
.BgClassName
{
background-color: #67B8D6;
}
</style>
border-color css
<style>
span { border-color: #67B8D6; }
span { border-color: rgb(103,184,214); }
td.TdClassName
{
border-color: #67B8D6;
}
.TagClassName
{
border-color: #67B8D6;
}
</style>