Shades of Malibu #67ADEF
Tints of Malibu #67ADEF
RGB
CMYK
RGB Variations
Color information
#67ADEF (or 0x67ADEF) is known color: Malibu. HEX triplet: 67, AD and EF. RGB value is (103,173,239). Sum of RGB (Red+Green+Blue) = 103+173+239=515 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #67ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ADEF is #985210. Grayscale: #9F9F9F. Windows color (decimal): -9982481 or 15707495. OLE color: 15707495.
HSL color Cylindrical-coordinate representation of color #67ADEF: hue angle of 209.12º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67ADEF is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 173 | 239 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.06 |
| HSL | 209.12º | 0.81% | 0.67% | - |
| HSV(B) | 209.12º | 0.57% | 0.94% | - |
| XYZ | 36.12 | 39 | 87.29 | - |
| YUV | 159.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 239 | 0.57 | 0.28 | 0 | 0.06 | 209.12 | 0.81 | 0.67 |
| Hex | 67 | AD | EF | 39 | 1C | 0 | 6 | D1 | 51 | 43 |
| Octal | 147 | 255 | 357 | 71 | 34 | 0 | 6 | 321 | 121 | 103 |
| Binary | 1100111 | 10101101 | 11101111 | 111001 | 11100 | 0 | 110 | 11010001 | 1010001 | 1000011 |
Color Harmonies of #67ADEF
Complementary color
Monochromatic Colors of #67ADEF
Black with #67ADEF
Text Example
Text Example
White with #67ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADEF; }
p { color: rgb(103,173,239); }
H1.HeaderClassName
{
color: #67ADEF;
}
.AnyTagClassName
{
color: #67ADEF;
}
</style>
background-color css
<style>
a { background-color: #67ADEF; }
a { background-color: rgb(103,173,239); }
div.DivClassName
{
background-color: #67ADEF;
}
.BgClassName
{
background-color: #67ADEF;
}
</style>
border-color css
<style>
span { border-color: #67ADEF; }
span { border-color: rgb(103,173,239); }
td.TdClassName
{
border-color: #67ADEF;
}
.TagClassName
{
border-color: #67ADEF;
}
</style>