Shades of Malibu #68BFDD
Tints of Malibu #68BFDD
RGB
CMYK
RGB Variations
Color information
#68BFDD (or 0x68BFDD) is known color: Malibu. HEX triplet: 68, BF and DD. RGB value is (104,191,221). Sum of RGB (Red+Green+Blue) = 104+191+221=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #68BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFDD is #974022. Grayscale: #A8A8A8. Windows color (decimal): -9912355 or 14532456. OLE color: 14532456.
HSL color Cylindrical-coordinate representation of color #68BFDD: hue angle of 195.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68BFDD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 191 | 221 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.13 |
| HSL | 195.38º | 0.63% | 0.64% | - |
| HSV(B) | 195.38º | 0.53% | 0.87% | - |
| XYZ | 37.39 | 45.43 | 75.2 | - |
| YUV | 168.41 | 157.68 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 221 | 0.53 | 0.14 | 0 | 0.13 | 195.38 | 0.63 | 0.64 |
| Hex | 68 | BF | DD | 35 | E | 0 | D | C3 | 3F | 40 |
| Octal | 150 | 277 | 335 | 65 | 16 | 0 | 15 | 303 | 77 | 100 |
| Binary | 1101000 | 10111111 | 11011101 | 110101 | 1110 | 0 | 1101 | 11000011 | 111111 | 1000000 |
Color Harmonies of #68BFDD
Complementary color
Monochromatic Colors of #68BFDD
Black with #68BFDD
Text Example
Text Example
White with #68BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFDD; }
p { color: rgb(104,191,221); }
H1.HeaderClassName
{
color: #68BFDD;
}
.AnyTagClassName
{
color: #68BFDD;
}
</style>
background-color css
<style>
a { background-color: #68BFDD; }
a { background-color: rgb(104,191,221); }
div.DivClassName
{
background-color: #68BFDD;
}
.BgClassName
{
background-color: #68BFDD;
}
</style>
border-color css
<style>
span { border-color: #68BFDD; }
span { border-color: rgb(104,191,221); }
td.TdClassName
{
border-color: #68BFDD;
}
.TagClassName
{
border-color: #68BFDD;
}
</style>