Shades of Malibu #67BAF0
Tints of Malibu #67BAF0
RGB
CMYK
RGB Variations
Color information
#67BAF0 (or 0x67BAF0) is known color: Malibu. HEX triplet: 67, BA and F0. RGB value is (103,186,240). Sum of RGB (Red+Green+Blue) = 103+186+240=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #67BAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAF0 is #98450F. Grayscale: #A7A7A7. Windows color (decimal): -9979152 or 15776359. OLE color: 15776359.
HSL color Cylindrical-coordinate representation of color #67BAF0: hue angle of 203.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BAF0 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 186 | 240 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.06 |
| HSL | 203.65º | 0.82% | 0.67% | - |
| HSV(B) | 203.65º | 0.57% | 0.94% | - |
| XYZ | 38.88 | 44.29 | 88.94 | - |
| YUV | 167.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 240 | 0.57 | 0.22 | 0 | 0.06 | 203.65 | 0.82 | 0.67 |
| Hex | 67 | BA | F0 | 39 | 16 | 0 | 6 | CC | 52 | 43 |
| Octal | 147 | 272 | 360 | 71 | 26 | 0 | 6 | 314 | 122 | 103 |
| Binary | 1100111 | 10111010 | 11110000 | 111001 | 10110 | 0 | 110 | 11001100 | 1010010 | 1000011 |
Color Harmonies of #67BAF0
Complementary color
Monochromatic Colors of #67BAF0
Black with #67BAF0
Text Example
Text Example
White with #67BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BAF0; }
p { color: rgb(103,186,240); }
H1.HeaderClassName
{
color: #67BAF0;
}
.AnyTagClassName
{
color: #67BAF0;
}
</style>
background-color css
<style>
a { background-color: #67BAF0; }
a { background-color: rgb(103,186,240); }
div.DivClassName
{
background-color: #67BAF0;
}
.BgClassName
{
background-color: #67BAF0;
}
</style>
border-color css
<style>
span { border-color: #67BAF0; }
span { border-color: rgb(103,186,240); }
td.TdClassName
{
border-color: #67BAF0;
}
.TagClassName
{
border-color: #67BAF0;
}
</style>