Shades of Malibu #67BCDA
Tints of Malibu #67BCDA
RGB
CMYK
RGB Variations
Color information
#67BCDA (or 0x67BCDA) is known color: Malibu. HEX triplet: 67, BC and DA. RGB value is (103,188,218). Sum of RGB (Red+Green+Blue) = 103+188+218=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #67BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCDA is #984325. Grayscale: #A5A5A5. Windows color (decimal): -9978662 or 14335079. OLE color: 14335079.
HSL color Cylindrical-coordinate representation of color #67BCDA: hue angle of 195.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67BCDA is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 188 | 218 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.15 |
| HSL | 195.65º | 0.61% | 0.63% | - |
| HSV(B) | 195.65º | 0.53% | 0.85% | - |
| XYZ | 36.23 | 43.91 | 72.9 | - |
| YUV | 166.01 | 157.34 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 218 | 0.53 | 0.14 | 0 | 0.15 | 195.65 | 0.61 | 0.63 |
| Hex | 67 | BC | DA | 35 | E | 0 | F | C4 | 3D | 3F |
| Octal | 147 | 274 | 332 | 65 | 16 | 0 | 17 | 304 | 75 | 77 |
| Binary | 1100111 | 10111100 | 11011010 | 110101 | 1110 | 0 | 1111 | 11000100 | 111101 | 111111 |
Color Harmonies of #67BCDA
Complementary color
Monochromatic Colors of #67BCDA
Black with #67BCDA
Text Example
Text Example
White with #67BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCDA; }
p { color: rgb(103,188,218); }
H1.HeaderClassName
{
color: #67BCDA;
}
.AnyTagClassName
{
color: #67BCDA;
}
</style>
background-color css
<style>
a { background-color: #67BCDA; }
a { background-color: rgb(103,188,218); }
div.DivClassName
{
background-color: #67BCDA;
}
.BgClassName
{
background-color: #67BCDA;
}
</style>
border-color css
<style>
span { border-color: #67BCDA; }
span { border-color: rgb(103,188,218); }
td.TdClassName
{
border-color: #67BCDA;
}
.TagClassName
{
border-color: #67BCDA;
}
</style>