Shades of Malibu #68BBE8
Tints of Malibu #68BBE8
RGB
CMYK
RGB Variations
Color information
#68BBE8 (or 0x68BBE8) is known color: Malibu. HEX triplet: 68, BB and E8. RGB value is (104,187,232). Sum of RGB (Red+Green+Blue) = 104+187+232=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #68BBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBE8 is #974417. Grayscale: #A7A7A7. Windows color (decimal): -9913368 or 15252328. OLE color: 15252328.
HSL color Cylindrical-coordinate representation of color #68BBE8: hue angle of 201.09º degrees, saturation: 0.74, 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 #68BBE8 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 187 | 232 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.09 |
| HSL | 201.09º | 0.74% | 0.66% | - |
| HSV(B) | 201.09º | 0.55% | 0.91% | - |
| XYZ | 38.04 | 44.31 | 82.89 | - |
| YUV | 167.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 232 | 0.55 | 0.19 | 0 | 0.09 | 201.09 | 0.74 | 0.66 |
| Hex | 68 | BB | E8 | 37 | 13 | 0 | 9 | C9 | 4A | 42 |
| Octal | 150 | 273 | 350 | 67 | 23 | 0 | 11 | 311 | 112 | 102 |
| Binary | 1101000 | 10111011 | 11101000 | 110111 | 10011 | 0 | 1001 | 11001001 | 1001010 | 1000010 |
Color Harmonies of #68BBE8
Complementary color
Monochromatic Colors of #68BBE8
Black with #68BBE8
Text Example
Text Example
White with #68BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBE8; }
p { color: rgb(104,187,232); }
H1.HeaderClassName
{
color: #68BBE8;
}
.AnyTagClassName
{
color: #68BBE8;
}
</style>
background-color css
<style>
a { background-color: #68BBE8; }
a { background-color: rgb(104,187,232); }
div.DivClassName
{
background-color: #68BBE8;
}
.BgClassName
{
background-color: #68BBE8;
}
</style>
border-color css
<style>
span { border-color: #68BBE8; }
span { border-color: rgb(104,187,232); }
td.TdClassName
{
border-color: #68BBE8;
}
.TagClassName
{
border-color: #68BBE8;
}
</style>