Shades of Malibu #66C3DE
Tints of Malibu #66C3DE
RGB
CMYK
RGB Variations
Color information
#66C3DE (or 0x66C3DE) is known color: Malibu. HEX triplet: 66, C3 and DE. RGB value is (102,195,222). Sum of RGB (Red+Green+Blue) = 102+195+222=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #66C3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3DE is #993C21. Grayscale: #AAAAAA. Windows color (decimal): -10042402 or 14599014. OLE color: 14599014.
HSL color Cylindrical-coordinate representation of color #66C3DE: hue angle of 193.5º 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 #66C3DE is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 195 | 222 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.13 |
| HSL | 193.5º | 0.65% | 0.64% | - |
| HSV(B) | 193.5º | 0.54% | 0.87% | - |
| XYZ | 38.18 | 47.13 | 76.19 | - |
| YUV | 170.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 222 | 0.54 | 0.12 | 0 | 0.13 | 193.5 | 0.65 | 0.64 |
| Hex | 66 | C3 | DE | 36 | C | 0 | D | C2 | 41 | 40 |
| Octal | 146 | 303 | 336 | 66 | 14 | 0 | 15 | 302 | 101 | 100 |
| Binary | 1100110 | 11000011 | 11011110 | 110110 | 1100 | 0 | 1101 | 11000010 | 1000001 | 1000000 |
Color Harmonies of #66C3DE
Complementary color
Monochromatic Colors of #66C3DE
Black with #66C3DE
Text Example
Text Example
White with #66C3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C3DE; }
p { color: rgb(102,195,222); }
H1.HeaderClassName
{
color: #66C3DE;
}
.AnyTagClassName
{
color: #66C3DE;
}
</style>
background-color css
<style>
a { background-color: #66C3DE; }
a { background-color: rgb(102,195,222); }
div.DivClassName
{
background-color: #66C3DE;
}
.BgClassName
{
background-color: #66C3DE;
}
</style>
border-color css
<style>
span { border-color: #66C3DE; }
span { border-color: rgb(102,195,222); }
td.TdClassName
{
border-color: #66C3DE;
}
.TagClassName
{
border-color: #66C3DE;
}
</style>