Shades of Malibu #68BFE9
Tints of Malibu #68BFE9
RGB
CMYK
RGB Variations
Color information
#68BFE9 (or 0x68BFE9) is known color: Malibu. HEX triplet: 68, BF and E9. RGB value is (104,191,233). Sum of RGB (Red+Green+Blue) = 104+191+233=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #68BFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFE9 is #974016. Grayscale: #A9A9A9. Windows color (decimal): -9912343 or 15318888. OLE color: 15318888.
HSL color Cylindrical-coordinate representation of color #68BFE9: hue angle of 199.53º degrees, saturation: 0.75, 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 #68BFE9 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 191 | 233 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.09 |
| HSL | 199.53º | 0.75% | 0.66% | - |
| HSV(B) | 199.53º | 0.55% | 0.91% | - |
| XYZ | 39.05 | 46.09 | 83.93 | - |
| YUV | 169.78 | 163.68 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 233 | 0.55 | 0.18 | 0 | 0.09 | 199.53 | 0.75 | 0.66 |
| Hex | 68 | BF | E9 | 37 | 12 | 0 | 9 | C8 | 4B | 42 |
| Octal | 150 | 277 | 351 | 67 | 22 | 0 | 11 | 310 | 113 | 102 |
| Binary | 1101000 | 10111111 | 11101001 | 110111 | 10010 | 0 | 1001 | 11001000 | 1001011 | 1000010 |
Color Harmonies of #68BFE9
Complementary color
Monochromatic Colors of #68BFE9
Black with #68BFE9
Text Example
Text Example
White with #68BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFE9; }
p { color: rgb(104,191,233); }
H1.HeaderClassName
{
color: #68BFE9;
}
.AnyTagClassName
{
color: #68BFE9;
}
</style>
background-color css
<style>
a { background-color: #68BFE9; }
a { background-color: rgb(104,191,233); }
div.DivClassName
{
background-color: #68BFE9;
}
.BgClassName
{
background-color: #68BFE9;
}
</style>
border-color css
<style>
span { border-color: #68BFE9; }
span { border-color: rgb(104,191,233); }
td.TdClassName
{
border-color: #68BFE9;
}
.TagClassName
{
border-color: #68BFE9;
}
</style>