Shades of Malibu #68BCD6
Tints of Malibu #68BCD6
RGB
CMYK
RGB Variations
Color information
#68BCD6 (or 0x68BCD6) is known color: Malibu. HEX triplet: 68, BC and D6. RGB value is (104,188,214). Sum of RGB (Red+Green+Blue) = 104+188+214=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #68BCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCD6 is #974329. Grayscale: #A5A5A5. Windows color (decimal): -9913130 or 14072936. OLE color: 14072936.
HSL color Cylindrical-coordinate representation of color #68BCD6: hue angle of 194.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68BCD6 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 188 | 214 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.16 |
| HSL | 194.18º | 0.57% | 0.62% | - |
| HSV(B) | 194.18º | 0.51% | 0.84% | - |
| XYZ | 35.83 | 43.76 | 70.18 | - |
| YUV | 165.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 214 | 0.51 | 0.12 | 0 | 0.16 | 194.18 | 0.57 | 0.62 |
| Hex | 68 | BC | D6 | 33 | C | 0 | 10 | C2 | 39 | 3E |
| Octal | 150 | 274 | 326 | 63 | 14 | 0 | 20 | 302 | 71 | 76 |
| Binary | 1101000 | 10111100 | 11010110 | 110011 | 1100 | 0 | 10000 | 11000010 | 111001 | 111110 |
Color Harmonies of #68BCD6
Complementary color
Monochromatic Colors of #68BCD6
Black with #68BCD6
Text Example
Text Example
White with #68BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCD6; }
p { color: rgb(104,188,214); }
H1.HeaderClassName
{
color: #68BCD6;
}
.AnyTagClassName
{
color: #68BCD6;
}
</style>
background-color css
<style>
a { background-color: #68BCD6; }
a { background-color: rgb(104,188,214); }
div.DivClassName
{
background-color: #68BCD6;
}
.BgClassName
{
background-color: #68BCD6;
}
</style>
border-color css
<style>
span { border-color: #68BCD6; }
span { border-color: rgb(104,188,214); }
td.TdClassName
{
border-color: #68BCD6;
}
.TagClassName
{
border-color: #68BCD6;
}
</style>