Shades of Malibu #68BBEE
Tints of Malibu #68BBEE
RGB
CMYK
RGB Variations
Color information
#68BBEE (or 0x68BBEE) is known color: Malibu. HEX triplet: 68, BB and EE. RGB value is (104,187,238). Sum of RGB (Red+Green+Blue) = 104+187+238=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #68BBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBEE is #974411. Grayscale: #A7A7A7. Windows color (decimal): -9913362 or 15645544. OLE color: 15645544.
HSL color Cylindrical-coordinate representation of color #68BBEE: hue angle of 202.84º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BBEE is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 187 | 238 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.07 |
| HSL | 202.84º | 0.8% | 0.67% | - |
| HSV(B) | 202.84º | 0.56% | 0.93% | - |
| XYZ | 38.91 | 44.66 | 87.46 | - |
| YUV | 168 | 167.5 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 238 | 0.56 | 0.21 | 0 | 0.07 | 202.84 | 0.8 | 0.67 |
| Hex | 68 | BB | EE | 38 | 15 | 0 | 7 | CB | 50 | 43 |
| Octal | 150 | 273 | 356 | 70 | 25 | 0 | 7 | 313 | 120 | 103 |
| Binary | 1101000 | 10111011 | 11101110 | 111000 | 10101 | 0 | 111 | 11001011 | 1010000 | 1000011 |
Color Harmonies of #68BBEE
Complementary color
Monochromatic Colors of #68BBEE
Black with #68BBEE
Text Example
Text Example
White with #68BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBEE; }
p { color: rgb(104,187,238); }
H1.HeaderClassName
{
color: #68BBEE;
}
.AnyTagClassName
{
color: #68BBEE;
}
</style>
background-color css
<style>
a { background-color: #68BBEE; }
a { background-color: rgb(104,187,238); }
div.DivClassName
{
background-color: #68BBEE;
}
.BgClassName
{
background-color: #68BBEE;
}
</style>
border-color css
<style>
span { border-color: #68BBEE; }
span { border-color: rgb(104,187,238); }
td.TdClassName
{
border-color: #68BBEE;
}
.TagClassName
{
border-color: #68BBEE;
}
</style>