Shades of Malibu #67ADDF
Tints of Malibu #67ADDF
RGB
CMYK
RGB Variations
Color information
#67ADDF (or 0x67ADDF) is known color: Malibu. HEX triplet: 67, AD and DF. RGB value is (103,173,223). Sum of RGB (Red+Green+Blue) = 103+173+223=499 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.64% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #67ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADDF is #985220. Grayscale: #9D9D9D. Windows color (decimal): -9982497 or 14658919. OLE color: 14658919.
HSL color Cylindrical-coordinate representation of color #67ADDF: hue angle of 205º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67ADDF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 173 | 223 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.13 |
| HSL | 205º | 0.65% | 0.64% | - |
| HSV(B) | 205º | 0.54% | 0.87% | - |
| XYZ | 33.86 | 38.1 | 75.38 | - |
| YUV | 157.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 223 | 0.54 | 0.22 | 0 | 0.13 | 205 | 0.65 | 0.64 |
| Hex | 67 | AD | DF | 36 | 16 | 0 | D | CD | 41 | 40 |
| Octal | 147 | 255 | 337 | 66 | 26 | 0 | 15 | 315 | 101 | 100 |
| Binary | 1100111 | 10101101 | 11011111 | 110110 | 10110 | 0 | 1101 | 11001101 | 1000001 | 1000000 |
Color Harmonies of #67ADDF
Complementary color
Monochromatic Colors of #67ADDF
Black with #67ADDF
Text Example
Text Example
White with #67ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADDF; }
p { color: rgb(103,173,223); }
H1.HeaderClassName
{
color: #67ADDF;
}
.AnyTagClassName
{
color: #67ADDF;
}
</style>
background-color css
<style>
a { background-color: #67ADDF; }
a { background-color: rgb(103,173,223); }
div.DivClassName
{
background-color: #67ADDF;
}
.BgClassName
{
background-color: #67ADDF;
}
</style>
border-color css
<style>
span { border-color: #67ADDF; }
span { border-color: rgb(103,173,223); }
td.TdClassName
{
border-color: #67ADDF;
}
.TagClassName
{
border-color: #67ADDF;
}
</style>