Shades of Malibu #67BDDC
Tints of Malibu #67BDDC
RGB
CMYK
RGB Variations
Color information
#67BDDC (or 0x67BDDC) is known color: Malibu. HEX triplet: 67, BD and DC. RGB value is (103,189,220). Sum of RGB (Red+Green+Blue) = 103+189+220=512 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.12% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #67BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDDC is #984223. Grayscale: #A6A6A6. Windows color (decimal): -9978404 or 14466407. OLE color: 14466407.
HSL color Cylindrical-coordinate representation of color #67BDDC: hue angle of 195.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67BDDC is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 189 | 220 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.14 |
| HSL | 195.9º | 0.63% | 0.63% | - |
| HSV(B) | 195.9º | 0.53% | 0.86% | - |
| XYZ | 36.71 | 44.45 | 74.35 | - |
| YUV | 166.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 220 | 0.53 | 0.14 | 0 | 0.14 | 195.9 | 0.63 | 0.63 |
| Hex | 67 | BD | DC | 35 | E | 0 | E | C4 | 3F | 3F |
| Octal | 147 | 275 | 334 | 65 | 16 | 0 | 16 | 304 | 77 | 77 |
| Binary | 1100111 | 10111101 | 11011100 | 110101 | 1110 | 0 | 1110 | 11000100 | 111111 | 111111 |
Color Harmonies of #67BDDC
Complementary color
Monochromatic Colors of #67BDDC
Black with #67BDDC
Text Example
Text Example
White with #67BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDDC; }
p { color: rgb(103,189,220); }
H1.HeaderClassName
{
color: #67BDDC;
}
.AnyTagClassName
{
color: #67BDDC;
}
</style>
background-color css
<style>
a { background-color: #67BDDC; }
a { background-color: rgb(103,189,220); }
div.DivClassName
{
background-color: #67BDDC;
}
.BgClassName
{
background-color: #67BDDC;
}
</style>
border-color css
<style>
span { border-color: #67BDDC; }
span { border-color: rgb(103,189,220); }
td.TdClassName
{
border-color: #67BDDC;
}
.TagClassName
{
border-color: #67BDDC;
}
</style>