Shades of Malibu #67B0DF
Tints of Malibu #67B0DF
RGB
CMYK
RGB Variations
Color information
#67B0DF (or 0x67B0DF) is known color: Malibu. HEX triplet: 67, B0 and DF. RGB value is (103,176,223). Sum of RGB (Red+Green+Blue) = 103+176+223=502 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.52% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #67B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B0DF is #984F20. Grayscale: #9F9F9F. Windows color (decimal): -9981729 or 14659687. OLE color: 14659687.
HSL color Cylindrical-coordinate representation of color #67B0DF: hue angle of 203.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 #67B0DF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 176 | 223 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.13 |
| HSL | 203.5º | 0.65% | 0.64% | - |
| HSV(B) | 203.5º | 0.54% | 0.87% | - |
| XYZ | 34.44 | 39.26 | 75.58 | - |
| YUV | 159.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 176 | 223 | 0.54 | 0.21 | 0 | 0.13 | 203.5 | 0.65 | 0.64 |
| Hex | 67 | B0 | DF | 36 | 15 | 0 | D | CC | 41 | 40 |
| Octal | 147 | 260 | 337 | 66 | 25 | 0 | 15 | 314 | 101 | 100 |
| Binary | 1100111 | 10110000 | 11011111 | 110110 | 10101 | 0 | 1101 | 11001100 | 1000001 | 1000000 |
Color Harmonies of #67B0DF
Complementary color
Monochromatic Colors of #67B0DF
Black with #67B0DF
Text Example
Text Example
White with #67B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B0DF; }
p { color: rgb(103,176,223); }
H1.HeaderClassName
{
color: #67B0DF;
}
.AnyTagClassName
{
color: #67B0DF;
}
</style>
background-color css
<style>
a { background-color: #67B0DF; }
a { background-color: rgb(103,176,223); }
div.DivClassName
{
background-color: #67B0DF;
}
.BgClassName
{
background-color: #67B0DF;
}
</style>
border-color css
<style>
span { border-color: #67B0DF; }
span { border-color: rgb(103,176,223); }
td.TdClassName
{
border-color: #67B0DF;
}
.TagClassName
{
border-color: #67B0DF;
}
</style>