Shades of Malibu #66BFE7
Tints of Malibu #66BFE7
RGB
CMYK
RGB Variations
Color information
#66BFE7 (or 0x66BFE7) is known color: Malibu. HEX triplet: 66, BF and E7. RGB value is (102,191,231). Sum of RGB (Red+Green+Blue) = 102+191+231=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #66BFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BFE7 is #994018. Grayscale: #A8A8A8. Windows color (decimal): -10043417 or 15187814. OLE color: 15187814.
HSL color Cylindrical-coordinate representation of color #66BFE7: hue angle of 198.6º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66BFE7 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 191 | 231 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.09 |
| HSL | 198.6º | 0.73% | 0.65% | - |
| HSV(B) | 198.6º | 0.56% | 0.91% | - |
| XYZ | 38.53 | 45.86 | 82.42 | - |
| YUV | 168.95 | 163.01 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 231 | 0.56 | 0.17 | 0 | 0.09 | 198.6 | 0.73 | 0.65 |
| Hex | 66 | BF | E7 | 38 | 11 | 0 | 9 | C7 | 49 | 41 |
| Octal | 146 | 277 | 347 | 70 | 21 | 0 | 11 | 307 | 111 | 101 |
| Binary | 1100110 | 10111111 | 11100111 | 111000 | 10001 | 0 | 1001 | 11000111 | 1001001 | 1000001 |
Color Harmonies of #66BFE7
Complementary color
Monochromatic Colors of #66BFE7
Black with #66BFE7
Text Example
Text Example
White with #66BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFE7; }
p { color: rgb(102,191,231); }
H1.HeaderClassName
{
color: #66BFE7;
}
.AnyTagClassName
{
color: #66BFE7;
}
</style>
background-color css
<style>
a { background-color: #66BFE7; }
a { background-color: rgb(102,191,231); }
div.DivClassName
{
background-color: #66BFE7;
}
.BgClassName
{
background-color: #66BFE7;
}
</style>
border-color css
<style>
span { border-color: #66BFE7; }
span { border-color: rgb(102,191,231); }
td.TdClassName
{
border-color: #66BFE7;
}
.TagClassName
{
border-color: #66BFE7;
}
</style>