Shades of Malibu #67C3DB
Tints of Malibu #67C3DB
RGB
CMYK
RGB Variations
Color information
#67C3DB (or 0x67C3DB) is known color: Malibu. HEX triplet: 67, C3 and DB. RGB value is (103,195,219). Sum of RGB (Red+Green+Blue) = 103+195+219=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #67C3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C3DB is #983C24. Grayscale: #AAAAAA. Windows color (decimal): -9976869 or 14402407. OLE color: 14402407.
HSL color Cylindrical-coordinate representation of color #67C3DB: hue angle of 192.41º degrees, saturation: 0.62, 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 #67C3DB is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 195 | 219 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.14 |
| HSL | 192.41º | 0.62% | 0.63% | - |
| HSV(B) | 192.41º | 0.53% | 0.86% | - |
| XYZ | 37.89 | 47.03 | 74.1 | - |
| YUV | 170.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 219 | 0.53 | 0.11 | 0 | 0.14 | 192.41 | 0.62 | 0.63 |
| Hex | 67 | C3 | DB | 35 | B | 0 | E | C0 | 3E | 3F |
| Octal | 147 | 303 | 333 | 65 | 13 | 0 | 16 | 300 | 76 | 77 |
| Binary | 1100111 | 11000011 | 11011011 | 110101 | 1011 | 0 | 1110 | 11000000 | 111110 | 111111 |
Color Harmonies of #67C3DB
Complementary color
Monochromatic Colors of #67C3DB
Black with #67C3DB
Text Example
Text Example
White with #67C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C3DB; }
p { color: rgb(103,195,219); }
H1.HeaderClassName
{
color: #67C3DB;
}
.AnyTagClassName
{
color: #67C3DB;
}
</style>
background-color css
<style>
a { background-color: #67C3DB; }
a { background-color: rgb(103,195,219); }
div.DivClassName
{
background-color: #67C3DB;
}
.BgClassName
{
background-color: #67C3DB;
}
</style>
border-color css
<style>
span { border-color: #67C3DB; }
span { border-color: rgb(103,195,219); }
td.TdClassName
{
border-color: #67C3DB;
}
.TagClassName
{
border-color: #67C3DB;
}
</style>