Shades of Malibu #66BFE9
Tints of Malibu #66BFE9
RGB
CMYK
RGB Variations
Color information
#66BFE9 (or 0x66BFE9) is known color: Malibu. HEX triplet: 66, BF and E9. RGB value is (102,191,233). Sum of RGB (Red+Green+Blue) = 102+191+233=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #66BFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BFE9 is #994016. Grayscale: #A8A8A8. Windows color (decimal): -10043415 or 15318886. OLE color: 15318886.
HSL color Cylindrical-coordinate representation of color #66BFE9: hue angle of 199.24º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66BFE9 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 191 | 233 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.09 |
| HSL | 199.24º | 0.75% | 0.66% | - |
| HSV(B) | 199.24º | 0.56% | 0.91% | - |
| XYZ | 38.82 | 45.97 | 83.92 | - |
| YUV | 169.18 | 164.01 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 233 | 0.56 | 0.18 | 0 | 0.09 | 199.24 | 0.75 | 0.66 |
| Hex | 66 | BF | E9 | 38 | 12 | 0 | 9 | C7 | 4B | 42 |
| Octal | 146 | 277 | 351 | 70 | 22 | 0 | 11 | 307 | 113 | 102 |
| Binary | 1100110 | 10111111 | 11101001 | 111000 | 10010 | 0 | 1001 | 11000111 | 1001011 | 1000010 |
Color Harmonies of #66BFE9
Complementary color
Monochromatic Colors of #66BFE9
Black with #66BFE9
Text Example
Text Example
White with #66BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFE9; }
p { color: rgb(102,191,233); }
H1.HeaderClassName
{
color: #66BFE9;
}
.AnyTagClassName
{
color: #66BFE9;
}
</style>
background-color css
<style>
a { background-color: #66BFE9; }
a { background-color: rgb(102,191,233); }
div.DivClassName
{
background-color: #66BFE9;
}
.BgClassName
{
background-color: #66BFE9;
}
</style>
border-color css
<style>
span { border-color: #66BFE9; }
span { border-color: rgb(102,191,233); }
td.TdClassName
{
border-color: #66BFE9;
}
.TagClassName
{
border-color: #66BFE9;
}
</style>