Shades of Malibu #66BEEC
Tints of Malibu #66BEEC
RGB
CMYK
RGB Variations
Color information
#66BEEC (or 0x66BEEC) is known color: Malibu. HEX triplet: 66, BE and EC. RGB value is (102,190,236). Sum of RGB (Red+Green+Blue) = 102+190+236=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #66BEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BEEC is #994113. Grayscale: #A8A8A8. Windows color (decimal): -10043668 or 15515238. OLE color: 15515238.
HSL color Cylindrical-coordinate representation of color #66BEEC: hue angle of 200.6º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66BEEC is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 190 | 236 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.07 |
| HSL | 200.6º | 0.78% | 0.66% | - |
| HSV(B) | 200.6º | 0.57% | 0.93% | - |
| XYZ | 39.03 | 45.71 | 86.12 | - |
| YUV | 168.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 236 | 0.57 | 0.19 | 0 | 0.07 | 200.6 | 0.78 | 0.66 |
| Hex | 66 | BE | EC | 39 | 13 | 0 | 7 | C9 | 4E | 42 |
| Octal | 146 | 276 | 354 | 71 | 23 | 0 | 7 | 311 | 116 | 102 |
| Binary | 1100110 | 10111110 | 11101100 | 111001 | 10011 | 0 | 111 | 11001001 | 1001110 | 1000010 |
Color Harmonies of #66BEEC
Complementary color
Monochromatic Colors of #66BEEC
Black with #66BEEC
Text Example
Text Example
White with #66BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEEC; }
p { color: rgb(102,190,236); }
H1.HeaderClassName
{
color: #66BEEC;
}
.AnyTagClassName
{
color: #66BEEC;
}
</style>
background-color css
<style>
a { background-color: #66BEEC; }
a { background-color: rgb(102,190,236); }
div.DivClassName
{
background-color: #66BEEC;
}
.BgClassName
{
background-color: #66BEEC;
}
</style>
border-color css
<style>
span { border-color: #66BEEC; }
span { border-color: rgb(102,190,236); }
td.TdClassName
{
border-color: #66BEEC;
}
.TagClassName
{
border-color: #66BEEC;
}
</style>