Shades of Malibu #67BDE0
Tints of Malibu #67BDE0
RGB
CMYK
RGB Variations
Color information
#67BDE0 (or 0x67BDE0) is known color: Malibu. HEX triplet: 67, BD and E0. RGB value is (103,189,224). Sum of RGB (Red+Green+Blue) = 103+189+224=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #67BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDE0 is #98421F. Grayscale: #A7A7A7. Windows color (decimal): -9978400 or 14728551. OLE color: 14728551.
HSL color Cylindrical-coordinate representation of color #67BDE0: hue angle of 197.36º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67BDE0 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 189 | 224 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.12 |
| HSL | 197.36º | 0.66% | 0.64% | - |
| HSV(B) | 197.36º | 0.54% | 0.88% | - |
| XYZ | 37.25 | 44.66 | 77.18 | - |
| YUV | 167.28 | 160.01 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 224 | 0.54 | 0.16 | 0 | 0.12 | 197.36 | 0.66 | 0.64 |
| Hex | 67 | BD | E0 | 36 | 10 | 0 | C | C5 | 42 | 40 |
| Octal | 147 | 275 | 340 | 66 | 20 | 0 | 14 | 305 | 102 | 100 |
| Binary | 1100111 | 10111101 | 11100000 | 110110 | 10000 | 0 | 1100 | 11000101 | 1000010 | 1000000 |
Color Harmonies of #67BDE0
Complementary color
Monochromatic Colors of #67BDE0
Black with #67BDE0
Text Example
Text Example
White with #67BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDE0; }
p { color: rgb(103,189,224); }
H1.HeaderClassName
{
color: #67BDE0;
}
.AnyTagClassName
{
color: #67BDE0;
}
</style>
background-color css
<style>
a { background-color: #67BDE0; }
a { background-color: rgb(103,189,224); }
div.DivClassName
{
background-color: #67BDE0;
}
.BgClassName
{
background-color: #67BDE0;
}
</style>
border-color css
<style>
span { border-color: #67BDE0; }
span { border-color: rgb(103,189,224); }
td.TdClassName
{
border-color: #67BDE0;
}
.TagClassName
{
border-color: #67BDE0;
}
</style>