Shades of Malibu #68C8EC
Tints of Malibu #68C8EC
RGB
CMYK
RGB Variations
Color information
#68C8EC (or 0x68C8EC) is known color: Malibu. HEX triplet: 68, C8 and EC. RGB value is (104,200,236). Sum of RGB (Red+Green+Blue) = 104+200+236=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #68C8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C8EC is #973713. Grayscale: #AFAFAF. Windows color (decimal): -9910036 or 15517800. OLE color: 15517800.
HSL color Cylindrical-coordinate representation of color #68C8EC: hue angle of 196.36º degrees, saturation: 0.78, 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 #68C8EC is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 200 | 236 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.07 |
| HSL | 196.36º | 0.78% | 0.67% | - |
| HSV(B) | 196.36º | 0.56% | 0.93% | - |
| XYZ | 41.5 | 50.31 | 86.88 | - |
| YUV | 175.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 236 | 0.56 | 0.15 | 0 | 0.07 | 196.36 | 0.78 | 0.67 |
| Hex | 68 | C8 | EC | 38 | F | 0 | 7 | C4 | 4E | 43 |
| Octal | 150 | 310 | 354 | 70 | 17 | 0 | 7 | 304 | 116 | 103 |
| Binary | 1101000 | 11001000 | 11101100 | 111000 | 1111 | 0 | 111 | 11000100 | 1001110 | 1000011 |
Color Harmonies of #68C8EC
Complementary color
Monochromatic Colors of #68C8EC
Black with #68C8EC
Text Example
Text Example
White with #68C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C8EC; }
p { color: rgb(104,200,236); }
H1.HeaderClassName
{
color: #68C8EC;
}
.AnyTagClassName
{
color: #68C8EC;
}
</style>
background-color css
<style>
a { background-color: #68C8EC; }
a { background-color: rgb(104,200,236); }
div.DivClassName
{
background-color: #68C8EC;
}
.BgClassName
{
background-color: #68C8EC;
}
</style>
border-color css
<style>
span { border-color: #68C8EC; }
span { border-color: rgb(104,200,236); }
td.TdClassName
{
border-color: #68C8EC;
}
.TagClassName
{
border-color: #68C8EC;
}
</style>