Shades of Malibu #66BEED
Tints of Malibu #66BEED
RGB
CMYK
RGB Variations
Color information
#66BEED (or 0x66BEED) is known color: Malibu. HEX triplet: 66, BE and ED. RGB value is (102,190,237). Sum of RGB (Red+Green+Blue) = 102+190+237=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #66BEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BEED is #994112. Grayscale: #A8A8A8. Windows color (decimal): -10043667 or 15580774. OLE color: 15580774.
HSL color Cylindrical-coordinate representation of color #66BEED: hue angle of 200.89º degrees, saturation: 0.79, 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 #66BEED is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 190 | 237 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.07 |
| HSL | 200.89º | 0.79% | 0.66% | - |
| HSV(B) | 200.89º | 0.57% | 0.93% | - |
| XYZ | 39.18 | 45.77 | 86.89 | - |
| YUV | 169.05 | 166.35 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 237 | 0.57 | 0.20 | 0 | 0.07 | 200.89 | 0.79 | 0.66 |
| Hex | 66 | BE | ED | 39 | 14 | 0 | 7 | C9 | 4F | 42 |
| Octal | 146 | 276 | 355 | 71 | 24 | 0 | 7 | 311 | 117 | 102 |
| Binary | 1100110 | 10111110 | 11101101 | 111001 | 10100 | 0 | 111 | 11001001 | 1001111 | 1000010 |
Color Harmonies of #66BEED
Complementary color
Monochromatic Colors of #66BEED
Black with #66BEED
Text Example
Text Example
White with #66BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEED; }
p { color: rgb(102,190,237); }
H1.HeaderClassName
{
color: #66BEED;
}
.AnyTagClassName
{
color: #66BEED;
}
</style>
background-color css
<style>
a { background-color: #66BEED; }
a { background-color: rgb(102,190,237); }
div.DivClassName
{
background-color: #66BEED;
}
.BgClassName
{
background-color: #66BEED;
}
</style>
border-color css
<style>
span { border-color: #66BEED; }
span { border-color: rgb(102,190,237); }
td.TdClassName
{
border-color: #66BEED;
}
.TagClassName
{
border-color: #66BEED;
}
</style>