Shades of Malibu #66BCD3
Tints of Malibu #66BCD3
RGB
CMYK
RGB Variations
Color information
#66BCD3 (or 0x66BCD3) is known color: Malibu. HEX triplet: 66, BC and D3. RGB value is (102,188,211). Sum of RGB (Red+Green+Blue) = 102+188+211=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #66BCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCD3 is #99432C. Grayscale: #A4A4A4. Windows color (decimal): -10044205 or 13876326. OLE color: 13876326.
HSL color Cylindrical-coordinate representation of color #66BCD3: hue angle of 192.66º 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 #66BCD3 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 188 | 211 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.17 |
| HSL | 192.66º | 0.55% | 0.61% | - |
| HSV(B) | 192.66º | 0.52% | 0.83% | - |
| XYZ | 35.22 | 43.49 | 68.17 | - |
| YUV | 164.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 211 | 0.52 | 0.11 | 0 | 0.17 | 192.66 | 0.55 | 0.61 |
| Hex | 66 | BC | D3 | 34 | B | 0 | 11 | C1 | 37 | 3D |
| Octal | 146 | 274 | 323 | 64 | 13 | 0 | 21 | 301 | 67 | 75 |
| Binary | 1100110 | 10111100 | 11010011 | 110100 | 1011 | 0 | 10001 | 11000001 | 110111 | 111101 |
Color Harmonies of #66BCD3
Complementary color
Monochromatic Colors of #66BCD3
Black with #66BCD3
Text Example
Text Example
White with #66BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCD3; }
p { color: rgb(102,188,211); }
H1.HeaderClassName
{
color: #66BCD3;
}
.AnyTagClassName
{
color: #66BCD3;
}
</style>
background-color css
<style>
a { background-color: #66BCD3; }
a { background-color: rgb(102,188,211); }
div.DivClassName
{
background-color: #66BCD3;
}
.BgClassName
{
background-color: #66BCD3;
}
</style>
border-color css
<style>
span { border-color: #66BCD3; }
span { border-color: rgb(102,188,211); }
td.TdClassName
{
border-color: #66BCD3;
}
.TagClassName
{
border-color: #66BCD3;
}
</style>