Shades of Malibu #66ADD3
Tints of Malibu #66ADD3
RGB
CMYK
RGB Variations
Color information
#66ADD3 (or 0x66ADD3) is known color: Malibu. HEX triplet: 66, AD and D3. RGB value is (102,173,211). Sum of RGB (Red+Green+Blue) = 102+173+211=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #66ADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADD3 is #99522C. Grayscale: #9B9B9B. Windows color (decimal): -10048045 or 13872486. OLE color: 13872486.
HSL color Cylindrical-coordinate representation of color #66ADD3: hue angle of 200.92º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66ADD3 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 173 | 211 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.17 |
| HSL | 200.92º | 0.55% | 0.61% | - |
| HSV(B) | 200.92º | 0.52% | 0.83% | - |
| XYZ | 32.18 | 37.42 | 67.15 | - |
| YUV | 156.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 211 | 0.52 | 0.18 | 0 | 0.17 | 200.92 | 0.55 | 0.61 |
| Hex | 66 | AD | D3 | 34 | 12 | 0 | 11 | C9 | 37 | 3D |
| Octal | 146 | 255 | 323 | 64 | 22 | 0 | 21 | 311 | 67 | 75 |
| Binary | 1100110 | 10101101 | 11010011 | 110100 | 10010 | 0 | 10001 | 11001001 | 110111 | 111101 |
Color Harmonies of #66ADD3
Complementary color
Monochromatic Colors of #66ADD3
Black with #66ADD3
Text Example
Text Example
White with #66ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADD3; }
p { color: rgb(102,173,211); }
H1.HeaderClassName
{
color: #66ADD3;
}
.AnyTagClassName
{
color: #66ADD3;
}
</style>
background-color css
<style>
a { background-color: #66ADD3; }
a { background-color: rgb(102,173,211); }
div.DivClassName
{
background-color: #66ADD3;
}
.BgClassName
{
background-color: #66ADD3;
}
</style>
border-color css
<style>
span { border-color: #66ADD3; }
span { border-color: rgb(102,173,211); }
td.TdClassName
{
border-color: #66ADD3;
}
.TagClassName
{
border-color: #66ADD3;
}
</style>