Shades of Malibu #68C1EB
Tints of Malibu #68C1EB
RGB
CMYK
RGB Variations
Color information
#68C1EB (or 0x68C1EB) is known color: Malibu. HEX triplet: 68, C1 and EB. RGB value is (104,193,235). Sum of RGB (Red+Green+Blue) = 104+193+235=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #68C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1EB is #973E14. Grayscale: #AAAAAA. Windows color (decimal): -9911829 or 15450472. OLE color: 15450472.
HSL color Cylindrical-coordinate representation of color #68C1EB: hue angle of 199.24º 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 #68C1EB is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 193 | 235 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.08 |
| HSL | 199.24º | 0.77% | 0.66% | - |
| HSV(B) | 199.24º | 0.56% | 0.92% | - |
| XYZ | 39.77 | 47.08 | 85.59 | - |
| YUV | 171.18 | 164.01 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 235 | 0.56 | 0.18 | 0 | 0.08 | 199.24 | 0.77 | 0.66 |
| Hex | 68 | C1 | EB | 38 | 12 | 0 | 8 | C7 | 4D | 42 |
| Octal | 150 | 301 | 353 | 70 | 22 | 0 | 10 | 307 | 115 | 102 |
| Binary | 1101000 | 11000001 | 11101011 | 111000 | 10010 | 0 | 1000 | 11000111 | 1001101 | 1000010 |
Color Harmonies of #68C1EB
Complementary color
Monochromatic Colors of #68C1EB
Black with #68C1EB
Text Example
Text Example
White with #68C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1EB; }
p { color: rgb(104,193,235); }
H1.HeaderClassName
{
color: #68C1EB;
}
.AnyTagClassName
{
color: #68C1EB;
}
</style>
background-color css
<style>
a { background-color: #68C1EB; }
a { background-color: rgb(104,193,235); }
div.DivClassName
{
background-color: #68C1EB;
}
.BgClassName
{
background-color: #68C1EB;
}
</style>
border-color css
<style>
span { border-color: #68C1EB; }
span { border-color: rgb(104,193,235); }
td.TdClassName
{
border-color: #68C1EB;
}
.TagClassName
{
border-color: #68C1EB;
}
</style>