Shades of Malibu #68BBEB
Tints of Malibu #68BBEB
RGB
CMYK
RGB Variations
Color information
#68BBEB (or 0x68BBEB) is known color: Malibu. HEX triplet: 68, BB and EB. RGB value is (104,187,235). Sum of RGB (Red+Green+Blue) = 104+187+235=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #68BBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBEB is #974414. Grayscale: #A7A7A7. Windows color (decimal): -9913365 or 15448936. OLE color: 15448936.
HSL color Cylindrical-coordinate representation of color #68BBEB: hue angle of 201.98º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BBEB is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 187 | 235 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.08 |
| HSL | 201.98º | 0.77% | 0.66% | - |
| HSV(B) | 201.98º | 0.56% | 0.92% | - |
| XYZ | 38.47 | 44.48 | 85.16 | - |
| YUV | 167.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 235 | 0.56 | 0.20 | 0 | 0.08 | 201.98 | 0.77 | 0.66 |
| Hex | 68 | BB | EB | 38 | 14 | 0 | 8 | CA | 4D | 42 |
| Octal | 150 | 273 | 353 | 70 | 24 | 0 | 10 | 312 | 115 | 102 |
| Binary | 1101000 | 10111011 | 11101011 | 111000 | 10100 | 0 | 1000 | 11001010 | 1001101 | 1000010 |
Color Harmonies of #68BBEB
Complementary color
Monochromatic Colors of #68BBEB
Black with #68BBEB
Text Example
Text Example
White with #68BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBEB; }
p { color: rgb(104,187,235); }
H1.HeaderClassName
{
color: #68BBEB;
}
.AnyTagClassName
{
color: #68BBEB;
}
</style>
background-color css
<style>
a { background-color: #68BBEB; }
a { background-color: rgb(104,187,235); }
div.DivClassName
{
background-color: #68BBEB;
}
.BgClassName
{
background-color: #68BBEB;
}
</style>
border-color css
<style>
span { border-color: #68BBEB; }
span { border-color: rgb(104,187,235); }
td.TdClassName
{
border-color: #68BBEB;
}
.TagClassName
{
border-color: #68BBEB;
}
</style>