Shades of Malibu #68C0ED
Tints of Malibu #68C0ED
RGB
CMYK
RGB Variations
Color information
#68C0ED (or 0x68C0ED) is known color: Malibu. HEX triplet: 68, C0 and ED. RGB value is (104,192,237). Sum of RGB (Red+Green+Blue) = 104+192+237=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #68C0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C0ED is #973F12. Grayscale: #AAAAAA. Windows color (decimal): -9912083 or 15581288. OLE color: 15581288.
HSL color Cylindrical-coordinate representation of color #68C0ED: hue angle of 200.3º 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 #68C0ED is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 192 | 237 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.07 |
| HSL | 200.3º | 0.79% | 0.67% | - |
| HSV(B) | 200.3º | 0.56% | 0.93% | - |
| XYZ | 39.84 | 46.76 | 87.05 | - |
| YUV | 170.82 | 165.35 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 237 | 0.56 | 0.19 | 0 | 0.07 | 200.3 | 0.79 | 0.67 |
| Hex | 68 | C0 | ED | 38 | 13 | 0 | 7 | C8 | 4F | 43 |
| Octal | 150 | 300 | 355 | 70 | 23 | 0 | 7 | 310 | 117 | 103 |
| Binary | 1101000 | 11000000 | 11101101 | 111000 | 10011 | 0 | 111 | 11001000 | 1001111 | 1000011 |
Color Harmonies of #68C0ED
Complementary color
Monochromatic Colors of #68C0ED
Black with #68C0ED
Text Example
Text Example
White with #68C0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0ED; }
p { color: rgb(104,192,237); }
H1.HeaderClassName
{
color: #68C0ED;
}
.AnyTagClassName
{
color: #68C0ED;
}
</style>
background-color css
<style>
a { background-color: #68C0ED; }
a { background-color: rgb(104,192,237); }
div.DivClassName
{
background-color: #68C0ED;
}
.BgClassName
{
background-color: #68C0ED;
}
</style>
border-color css
<style>
span { border-color: #68C0ED; }
span { border-color: rgb(104,192,237); }
td.TdClassName
{
border-color: #68C0ED;
}
.TagClassName
{
border-color: #68C0ED;
}
</style>