Shades of Malibu #68BFE7
Tints of Malibu #68BFE7
RGB
CMYK
RGB Variations
Color information
#68BFE7 (or 0x68BFE7) is known color: Malibu. HEX triplet: 68, BF and E7. RGB value is (104,191,231). Sum of RGB (Red+Green+Blue) = 104+191+231=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #68BFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFE7 is #974018. Grayscale: #A9A9A9. Windows color (decimal): -9912345 or 15187816. OLE color: 15187816.
HSL color Cylindrical-coordinate representation of color #68BFE7: hue angle of 198.9º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68BFE7 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 191 | 231 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.09 |
| HSL | 198.9º | 0.73% | 0.66% | - |
| HSV(B) | 198.9º | 0.55% | 0.91% | - |
| XYZ | 38.76 | 45.97 | 82.43 | - |
| YUV | 169.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 231 | 0.55 | 0.17 | 0 | 0.09 | 198.9 | 0.73 | 0.66 |
| Hex | 68 | BF | E7 | 37 | 11 | 0 | 9 | C7 | 49 | 42 |
| Octal | 150 | 277 | 347 | 67 | 21 | 0 | 11 | 307 | 111 | 102 |
| Binary | 1101000 | 10111111 | 11100111 | 110111 | 10001 | 0 | 1001 | 11000111 | 1001001 | 1000010 |
Color Harmonies of #68BFE7
Complementary color
Monochromatic Colors of #68BFE7
Black with #68BFE7
Text Example
Text Example
White with #68BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFE7; }
p { color: rgb(104,191,231); }
H1.HeaderClassName
{
color: #68BFE7;
}
.AnyTagClassName
{
color: #68BFE7;
}
</style>
background-color css
<style>
a { background-color: #68BFE7; }
a { background-color: rgb(104,191,231); }
div.DivClassName
{
background-color: #68BFE7;
}
.BgClassName
{
background-color: #68BFE7;
}
</style>
border-color css
<style>
span { border-color: #68BFE7; }
span { border-color: rgb(104,191,231); }
td.TdClassName
{
border-color: #68BFE7;
}
.TagClassName
{
border-color: #68BFE7;
}
</style>