Shades of Malibu #66B3EF
Tints of Malibu #66B3EF
RGB
CMYK
RGB Variations
Color information
#66B3EF (or 0x66B3EF) is known color: Malibu. HEX triplet: 66, B3 and EF. RGB value is (102,179,239). Sum of RGB (Red+Green+Blue) = 102+179+239=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #66B3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B3EF is #994C10. Grayscale: #A2A2A2. Windows color (decimal): -10046481 or 15709030. OLE color: 15709030.
HSL color Cylindrical-coordinate representation of color #66B3EF: hue angle of 206.28º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66B3EF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 179 | 239 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.06 |
| HSL | 206.28º | 0.81% | 0.67% | - |
| HSV(B) | 206.28º | 0.57% | 0.94% | - |
| XYZ | 37.18 | 41.3 | 87.67 | - |
| YUV | 162.82 | 170.99 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 239 | 0.57 | 0.25 | 0 | 0.06 | 206.28 | 0.81 | 0.67 |
| Hex | 66 | B3 | EF | 39 | 19 | 0 | 6 | CE | 51 | 43 |
| Octal | 146 | 263 | 357 | 71 | 31 | 0 | 6 | 316 | 121 | 103 |
| Binary | 1100110 | 10110011 | 11101111 | 111001 | 11001 | 0 | 110 | 11001110 | 1010001 | 1000011 |
Color Harmonies of #66B3EF
Complementary color
Monochromatic Colors of #66B3EF
Black with #66B3EF
Text Example
Text Example
White with #66B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B3EF; }
p { color: rgb(102,179,239); }
H1.HeaderClassName
{
color: #66B3EF;
}
.AnyTagClassName
{
color: #66B3EF;
}
</style>
background-color css
<style>
a { background-color: #66B3EF; }
a { background-color: rgb(102,179,239); }
div.DivClassName
{
background-color: #66B3EF;
}
.BgClassName
{
background-color: #66B3EF;
}
</style>
border-color css
<style>
span { border-color: #66B3EF; }
span { border-color: rgb(102,179,239); }
td.TdClassName
{
border-color: #66B3EF;
}
.TagClassName
{
border-color: #66B3EF;
}
</style>