Shades of Malibu #66BFE5
Tints of Malibu #66BFE5
RGB
CMYK
RGB Variations
Color information
#66BFE5 (or 0x66BFE5) is known color: Malibu. HEX triplet: 66, BF and E5. RGB value is (102,191,229). Sum of RGB (Red+Green+Blue) = 102+191+229=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #66BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFE5 is #99401A. Grayscale: #A8A8A8. Windows color (decimal): -10043419 or 15056742. OLE color: 15056742.
HSL color Cylindrical-coordinate representation of color #66BFE5: hue angle of 197.95º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66BFE5 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 191 | 229 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.10 |
| HSL | 197.95º | 0.71% | 0.65% | - |
| HSV(B) | 197.95º | 0.55% | 0.9% | - |
| XYZ | 38.25 | 45.74 | 80.94 | - |
| YUV | 168.72 | 162.01 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 229 | 0.55 | 0.17 | 0 | 0.10 | 197.95 | 0.71 | 0.65 |
| Hex | 66 | BF | E5 | 37 | 11 | 0 | A | C6 | 47 | 41 |
| Octal | 146 | 277 | 345 | 67 | 21 | 0 | 12 | 306 | 107 | 101 |
| Binary | 1100110 | 10111111 | 11100101 | 110111 | 10001 | 0 | 1010 | 11000110 | 1000111 | 1000001 |
Color Harmonies of #66BFE5
Complementary color
Monochromatic Colors of #66BFE5
Black with #66BFE5
Text Example
Text Example
White with #66BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFE5; }
p { color: rgb(102,191,229); }
H1.HeaderClassName
{
color: #66BFE5;
}
.AnyTagClassName
{
color: #66BFE5;
}
</style>
background-color css
<style>
a { background-color: #66BFE5; }
a { background-color: rgb(102,191,229); }
div.DivClassName
{
background-color: #66BFE5;
}
.BgClassName
{
background-color: #66BFE5;
}
</style>
border-color css
<style>
span { border-color: #66BFE5; }
span { border-color: rgb(102,191,229); }
td.TdClassName
{
border-color: #66BFE5;
}
.TagClassName
{
border-color: #66BFE5;
}
</style>