Shades of Malibu #68B2ED
Tints of Malibu #68B2ED
RGB
CMYK
RGB Variations
Color information
#68B2ED (or 0x68B2ED) is known color: Malibu. HEX triplet: 68, B2 and ED. RGB value is (104,178,237). Sum of RGB (Red+Green+Blue) = 104+178+237=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #68B2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B2ED is #974D12. Grayscale: #A2A2A2. Windows color (decimal): -9915667 or 15577704. OLE color: 15577704.
HSL color Cylindrical-coordinate representation of color #68B2ED: hue angle of 206.62º 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 #68B2ED is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 178 | 237 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.07 |
| HSL | 206.62º | 0.79% | 0.67% | - |
| HSV(B) | 206.62º | 0.56% | 0.93% | - |
| XYZ | 36.92 | 40.9 | 86.07 | - |
| YUV | 162.6 | 169.98 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 237 | 0.56 | 0.25 | 0 | 0.07 | 206.62 | 0.79 | 0.67 |
| Hex | 68 | B2 | ED | 38 | 19 | 0 | 7 | CF | 4F | 43 |
| Octal | 150 | 262 | 355 | 70 | 31 | 0 | 7 | 317 | 117 | 103 |
| Binary | 1101000 | 10110010 | 11101101 | 111000 | 11001 | 0 | 111 | 11001111 | 1001111 | 1000011 |
Color Harmonies of #68B2ED
Complementary color
Monochromatic Colors of #68B2ED
Black with #68B2ED
Text Example
Text Example
White with #68B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B2ED; }
p { color: rgb(104,178,237); }
H1.HeaderClassName
{
color: #68B2ED;
}
.AnyTagClassName
{
color: #68B2ED;
}
</style>
background-color css
<style>
a { background-color: #68B2ED; }
a { background-color: rgb(104,178,237); }
div.DivClassName
{
background-color: #68B2ED;
}
.BgClassName
{
background-color: #68B2ED;
}
</style>
border-color css
<style>
span { border-color: #68B2ED; }
span { border-color: rgb(104,178,237); }
td.TdClassName
{
border-color: #68B2ED;
}
.TagClassName
{
border-color: #68B2ED;
}
</style>