Shades of Malibu #67ADD6
Tints of Malibu #67ADD6
RGB
CMYK
RGB Variations
Color information
#67ADD6 (or 0x67ADD6) is known color: Malibu. HEX triplet: 67, AD and D6. RGB value is (103,173,214). Sum of RGB (Red+Green+Blue) = 103+173+214=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #67ADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADD6 is #985229. Grayscale: #9C9C9C. Windows color (decimal): -9982506 or 14069095. OLE color: 14069095.
HSL color Cylindrical-coordinate representation of color #67ADD6: hue angle of 202.16º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67ADD6 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 173 | 214 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.16 |
| HSL | 202.16º | 0.58% | 0.62% | - |
| HSV(B) | 202.16º | 0.52% | 0.84% | - |
| XYZ | 32.67 | 37.63 | 69.16 | - |
| YUV | 156.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 214 | 0.52 | 0.19 | 0 | 0.16 | 202.16 | 0.58 | 0.62 |
| Hex | 67 | AD | D6 | 34 | 13 | 0 | 10 | CA | 3A | 3E |
| Octal | 147 | 255 | 326 | 64 | 23 | 0 | 20 | 312 | 72 | 76 |
| Binary | 1100111 | 10101101 | 11010110 | 110100 | 10011 | 0 | 10000 | 11001010 | 111010 | 111110 |
Color Harmonies of #67ADD6
Complementary color
Monochromatic Colors of #67ADD6
Black with #67ADD6
Text Example
Text Example
White with #67ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADD6; }
p { color: rgb(103,173,214); }
H1.HeaderClassName
{
color: #67ADD6;
}
.AnyTagClassName
{
color: #67ADD6;
}
</style>
background-color css
<style>
a { background-color: #67ADD6; }
a { background-color: rgb(103,173,214); }
div.DivClassName
{
background-color: #67ADD6;
}
.BgClassName
{
background-color: #67ADD6;
}
</style>
border-color css
<style>
span { border-color: #67ADD6; }
span { border-color: rgb(103,173,214); }
td.TdClassName
{
border-color: #67ADD6;
}
.TagClassName
{
border-color: #67ADD6;
}
</style>