Shades of Malibu #66BFEB
Tints of Malibu #66BFEB
RGB
CMYK
RGB Variations
Color information
#66BFEB (or 0x66BFEB) is known color: Malibu. HEX triplet: 66, BF and EB. RGB value is (102,191,235). Sum of RGB (Red+Green+Blue) = 102+191+235=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #66BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BFEB is #994014. Grayscale: #A9A9A9. Windows color (decimal): -10043413 or 15449958. OLE color: 15449958.
HSL color Cylindrical-coordinate representation of color #66BFEB: hue angle of 199.85º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66BFEB is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 191 | 235 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.08 |
| HSL | 199.85º | 0.77% | 0.66% | - |
| HSV(B) | 199.85º | 0.57% | 0.92% | - |
| XYZ | 39.11 | 46.08 | 85.43 | - |
| YUV | 169.41 | 165.01 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 235 | 0.57 | 0.19 | 0 | 0.08 | 199.85 | 0.77 | 0.66 |
| Hex | 66 | BF | EB | 39 | 13 | 0 | 8 | C8 | 4D | 42 |
| Octal | 146 | 277 | 353 | 71 | 23 | 0 | 10 | 310 | 115 | 102 |
| Binary | 1100110 | 10111111 | 11101011 | 111001 | 10011 | 0 | 1000 | 11001000 | 1001101 | 1000010 |
Color Harmonies of #66BFEB
Complementary color
Monochromatic Colors of #66BFEB
Black with #66BFEB
Text Example
Text Example
White with #66BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFEB; }
p { color: rgb(102,191,235); }
H1.HeaderClassName
{
color: #66BFEB;
}
.AnyTagClassName
{
color: #66BFEB;
}
</style>
background-color css
<style>
a { background-color: #66BFEB; }
a { background-color: rgb(102,191,235); }
div.DivClassName
{
background-color: #66BFEB;
}
.BgClassName
{
background-color: #66BFEB;
}
</style>
border-color css
<style>
span { border-color: #66BFEB; }
span { border-color: rgb(102,191,235); }
td.TdClassName
{
border-color: #66BFEB;
}
.TagClassName
{
border-color: #66BFEB;
}
</style>