Shades of Malibu #67C3DA
Tints of Malibu #67C3DA
RGB
CMYK
RGB Variations
Color information
#67C3DA (or 0x67C3DA) is known color: Malibu. HEX triplet: 67, C3 and DA. RGB value is (103,195,218). Sum of RGB (Red+Green+Blue) = 103+195+218=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #67C3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C3DA is #983C25. Grayscale: #A9A9A9. Windows color (decimal): -9976870 or 14336871. OLE color: 14336871.
HSL color Cylindrical-coordinate representation of color #67C3DA: hue angle of 192º 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 #67C3DA is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 195 | 218 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.15 |
| HSL | 192º | 0.61% | 0.63% | - |
| HSV(B) | 192º | 0.53% | 0.85% | - |
| XYZ | 37.76 | 46.98 | 73.41 | - |
| YUV | 170.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 218 | 0.53 | 0.11 | 0 | 0.15 | 192 | 0.61 | 0.63 |
| Hex | 67 | C3 | DA | 35 | B | 0 | F | C0 | 3D | 3F |
| Octal | 147 | 303 | 332 | 65 | 13 | 0 | 17 | 300 | 75 | 77 |
| Binary | 1100111 | 11000011 | 11011010 | 110101 | 1011 | 0 | 1111 | 11000000 | 111101 | 111111 |
Color Harmonies of #67C3DA
Complementary color
Monochromatic Colors of #67C3DA
Black with #67C3DA
Text Example
Text Example
White with #67C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C3DA; }
p { color: rgb(103,195,218); }
H1.HeaderClassName
{
color: #67C3DA;
}
.AnyTagClassName
{
color: #67C3DA;
}
</style>
background-color css
<style>
a { background-color: #67C3DA; }
a { background-color: rgb(103,195,218); }
div.DivClassName
{
background-color: #67C3DA;
}
.BgClassName
{
background-color: #67C3DA;
}
</style>
border-color css
<style>
span { border-color: #67C3DA; }
span { border-color: rgb(103,195,218); }
td.TdClassName
{
border-color: #67C3DA;
}
.TagClassName
{
border-color: #67C3DA;
}
</style>