Shades of Malibu #66B2DF
Tints of Malibu #66B2DF
RGB
CMYK
RGB Variations
Color information
#66B2DF (or 0x66B2DF) is known color: Malibu. HEX triplet: 66, B2 and DF. RGB value is (102,178,223). Sum of RGB (Red+Green+Blue) = 102+178+223=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #66B2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2DF is #994D20. Grayscale: #A0A0A0. Windows color (decimal): -10046753 or 14660198. OLE color: 14660198.
HSL color Cylindrical-coordinate representation of color #66B2DF: hue angle of 202.31º 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 #66B2DF is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 178 | 223 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.13 |
| HSL | 202.31º | 0.65% | 0.64% | - |
| HSV(B) | 202.31º | 0.54% | 0.87% | - |
| XYZ | 34.72 | 39.99 | 75.7 | - |
| YUV | 160.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 223 | 0.54 | 0.20 | 0 | 0.13 | 202.31 | 0.65 | 0.64 |
| Hex | 66 | B2 | DF | 36 | 14 | 0 | D | CA | 41 | 40 |
| Octal | 146 | 262 | 337 | 66 | 24 | 0 | 15 | 312 | 101 | 100 |
| Binary | 1100110 | 10110010 | 11011111 | 110110 | 10100 | 0 | 1101 | 11001010 | 1000001 | 1000000 |
Color Harmonies of #66B2DF
Complementary color
Monochromatic Colors of #66B2DF
Black with #66B2DF
Text Example
Text Example
White with #66B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B2DF; }
p { color: rgb(102,178,223); }
H1.HeaderClassName
{
color: #66B2DF;
}
.AnyTagClassName
{
color: #66B2DF;
}
</style>
background-color css
<style>
a { background-color: #66B2DF; }
a { background-color: rgb(102,178,223); }
div.DivClassName
{
background-color: #66B2DF;
}
.BgClassName
{
background-color: #66B2DF;
}
</style>
border-color css
<style>
span { border-color: #66B2DF; }
span { border-color: rgb(102,178,223); }
td.TdClassName
{
border-color: #66B2DF;
}
.TagClassName
{
border-color: #66B2DF;
}
</style>