Shades of Malibu #68BBE3
Tints of Malibu #68BBE3
RGB
CMYK
RGB Variations
Color information
#68BBE3 (or 0x68BBE3) is known color: Malibu. HEX triplet: 68, BB and E3. RGB value is (104,187,227). Sum of RGB (Red+Green+Blue) = 104+187+227=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #68BBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBE3 is #97441C. Grayscale: #A6A6A6. Windows color (decimal): -9913373 or 14924648. OLE color: 14924648.
HSL color Cylindrical-coordinate representation of color #68BBE3: hue angle of 199.51º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68BBE3 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 187 | 227 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.11 |
| HSL | 199.51º | 0.69% | 0.65% | - |
| HSV(B) | 199.51º | 0.54% | 0.89% | - |
| XYZ | 37.34 | 44.03 | 79.2 | - |
| YUV | 166.74 | 162 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 227 | 0.54 | 0.18 | 0 | 0.11 | 199.51 | 0.69 | 0.65 |
| Hex | 68 | BB | E3 | 36 | 12 | 0 | B | C8 | 45 | 41 |
| Octal | 150 | 273 | 343 | 66 | 22 | 0 | 13 | 310 | 105 | 101 |
| Binary | 1101000 | 10111011 | 11100011 | 110110 | 10010 | 0 | 1011 | 11001000 | 1000101 | 1000001 |
Color Harmonies of #68BBE3
Complementary color
Monochromatic Colors of #68BBE3
Black with #68BBE3
Text Example
Text Example
White with #68BBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBE3; }
p { color: rgb(104,187,227); }
H1.HeaderClassName
{
color: #68BBE3;
}
.AnyTagClassName
{
color: #68BBE3;
}
</style>
background-color css
<style>
a { background-color: #68BBE3; }
a { background-color: rgb(104,187,227); }
div.DivClassName
{
background-color: #68BBE3;
}
.BgClassName
{
background-color: #68BBE3;
}
</style>
border-color css
<style>
span { border-color: #68BBE3; }
span { border-color: rgb(104,187,227); }
td.TdClassName
{
border-color: #68BBE3;
}
.TagClassName
{
border-color: #68BBE3;
}
</style>