Shades of Malibu #68BBED
Tints of Malibu #68BBED
RGB
CMYK
RGB Variations
Color information
#68BBED (or 0x68BBED) is known color: Malibu. HEX triplet: 68, BB and ED. RGB value is (104,187,237). Sum of RGB (Red+Green+Blue) = 104+187+237=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #68BBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBED is #974412. Grayscale: #A7A7A7. Windows color (decimal): -9913363 or 15580008. OLE color: 15580008.
HSL color Cylindrical-coordinate representation of color #68BBED: hue angle of 202.56º degrees, saturation: 0.79, 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 #68BBED is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 187 | 237 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.07 |
| HSL | 202.56º | 0.79% | 0.67% | - |
| HSV(B) | 202.56º | 0.56% | 0.93% | - |
| XYZ | 38.77 | 44.6 | 86.69 | - |
| YUV | 167.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 237 | 0.56 | 0.21 | 0 | 0.07 | 202.56 | 0.79 | 0.67 |
| Hex | 68 | BB | ED | 38 | 15 | 0 | 7 | CB | 4F | 43 |
| Octal | 150 | 273 | 355 | 70 | 25 | 0 | 7 | 313 | 117 | 103 |
| Binary | 1101000 | 10111011 | 11101101 | 111000 | 10101 | 0 | 111 | 11001011 | 1001111 | 1000011 |
Color Harmonies of #68BBED
Complementary color
Monochromatic Colors of #68BBED
Black with #68BBED
Text Example
Text Example
White with #68BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBED; }
p { color: rgb(104,187,237); }
H1.HeaderClassName
{
color: #68BBED;
}
.AnyTagClassName
{
color: #68BBED;
}
</style>
background-color css
<style>
a { background-color: #68BBED; }
a { background-color: rgb(104,187,237); }
div.DivClassName
{
background-color: #68BBED;
}
.BgClassName
{
background-color: #68BBED;
}
</style>
border-color css
<style>
span { border-color: #68BBED; }
span { border-color: rgb(104,187,237); }
td.TdClassName
{
border-color: #68BBED;
}
.TagClassName
{
border-color: #68BBED;
}
</style>