Shades of Malibu #68BDDA
Tints of Malibu #68BDDA
RGB
CMYK
RGB Variations
Color information
#68BDDA (or 0x68BDDA) is known color: Malibu. HEX triplet: 68, BD and DA. RGB value is (104,189,218). Sum of RGB (Red+Green+Blue) = 104+189+218=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #68BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDDA is #974225. Grayscale: #A6A6A6. Windows color (decimal): -9912870 or 14335336. OLE color: 14335336.
HSL color Cylindrical-coordinate representation of color #68BDDA: hue angle of 195.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68BDDA is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 189 | 218 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.15 |
| HSL | 195.26º | 0.61% | 0.63% | - |
| HSV(B) | 195.26º | 0.52% | 0.85% | - |
| XYZ | 36.56 | 44.4 | 72.97 | - |
| YUV | 166.89 | 156.84 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 218 | 0.52 | 0.13 | 0 | 0.15 | 195.26 | 0.61 | 0.63 |
| Hex | 68 | BD | DA | 34 | D | 0 | F | C3 | 3D | 3F |
| Octal | 150 | 275 | 332 | 64 | 15 | 0 | 17 | 303 | 75 | 77 |
| Binary | 1101000 | 10111101 | 11011010 | 110100 | 1101 | 0 | 1111 | 11000011 | 111101 | 111111 |
Color Harmonies of #68BDDA
Complementary color
Monochromatic Colors of #68BDDA
Black with #68BDDA
Text Example
Text Example
White with #68BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDDA; }
p { color: rgb(104,189,218); }
H1.HeaderClassName
{
color: #68BDDA;
}
.AnyTagClassName
{
color: #68BDDA;
}
</style>
background-color css
<style>
a { background-color: #68BDDA; }
a { background-color: rgb(104,189,218); }
div.DivClassName
{
background-color: #68BDDA;
}
.BgClassName
{
background-color: #68BDDA;
}
</style>
border-color css
<style>
span { border-color: #68BDDA; }
span { border-color: rgb(104,189,218); }
td.TdClassName
{
border-color: #68BDDA;
}
.TagClassName
{
border-color: #68BDDA;
}
</style>