Shades of Malibu #67ADEC
Tints of Malibu #67ADEC
RGB
CMYK
RGB Variations
Color information
#67ADEC (or 0x67ADEC) is known color: Malibu. HEX triplet: 67, AD and EC. RGB value is (103,173,236). Sum of RGB (Red+Green+Blue) = 103+173+236=512 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.12% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #67ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ADEC is #985213. Grayscale: #9E9E9E. Windows color (decimal): -9982484 or 15510887. OLE color: 15510887.
HSL color Cylindrical-coordinate representation of color #67ADEC: hue angle of 208.42º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67ADEC is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 173 | 236 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.07 |
| HSL | 208.42º | 0.78% | 0.66% | - |
| HSV(B) | 208.42º | 0.56% | 0.93% | - |
| XYZ | 35.68 | 38.83 | 84.97 | - |
| YUV | 159.25 | 171.31 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 236 | 0.56 | 0.27 | 0 | 0.07 | 208.42 | 0.78 | 0.66 |
| Hex | 67 | AD | EC | 38 | 1B | 0 | 7 | D0 | 4E | 42 |
| Octal | 147 | 255 | 354 | 70 | 33 | 0 | 7 | 320 | 116 | 102 |
| Binary | 1100111 | 10101101 | 11101100 | 111000 | 11011 | 0 | 111 | 11010000 | 1001110 | 1000010 |
Color Harmonies of #67ADEC
Complementary color
Monochromatic Colors of #67ADEC
Black with #67ADEC
Text Example
Text Example
White with #67ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADEC; }
p { color: rgb(103,173,236); }
H1.HeaderClassName
{
color: #67ADEC;
}
.AnyTagClassName
{
color: #67ADEC;
}
</style>
background-color css
<style>
a { background-color: #67ADEC; }
a { background-color: rgb(103,173,236); }
div.DivClassName
{
background-color: #67ADEC;
}
.BgClassName
{
background-color: #67ADEC;
}
</style>
border-color css
<style>
span { border-color: #67ADEC; }
span { border-color: rgb(103,173,236); }
td.TdClassName
{
border-color: #67ADEC;
}
.TagClassName
{
border-color: #67ADEC;
}
</style>