Shades of Malibu #68BEDD
Tints of Malibu #68BEDD
RGB
CMYK
RGB Variations
Color information
#68BEDD (or 0x68BEDD) is known color: Malibu. HEX triplet: 68, BE and DD. RGB value is (104,190,221). Sum of RGB (Red+Green+Blue) = 104+190+221=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #68BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEDD is #974122. Grayscale: #A7A7A7. Windows color (decimal): -9912611 or 14532200. OLE color: 14532200.
HSL color Cylindrical-coordinate representation of color #68BEDD: hue angle of 195.9º 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 #68BEDD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 190 | 221 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.13 |
| HSL | 195.9º | 0.63% | 0.64% | - |
| HSV(B) | 195.9º | 0.53% | 0.87% | - |
| XYZ | 37.17 | 44.99 | 75.13 | - |
| YUV | 167.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 221 | 0.53 | 0.14 | 0 | 0.13 | 195.9 | 0.63 | 0.64 |
| Hex | 68 | BE | DD | 35 | E | 0 | D | C4 | 3F | 40 |
| Octal | 150 | 276 | 335 | 65 | 16 | 0 | 15 | 304 | 77 | 100 |
| Binary | 1101000 | 10111110 | 11011101 | 110101 | 1110 | 0 | 1101 | 11000100 | 111111 | 1000000 |
Color Harmonies of #68BEDD
Complementary color
Monochromatic Colors of #68BEDD
Black with #68BEDD
Text Example
Text Example
White with #68BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEDD; }
p { color: rgb(104,190,221); }
H1.HeaderClassName
{
color: #68BEDD;
}
.AnyTagClassName
{
color: #68BEDD;
}
</style>
background-color css
<style>
a { background-color: #68BEDD; }
a { background-color: rgb(104,190,221); }
div.DivClassName
{
background-color: #68BEDD;
}
.BgClassName
{
background-color: #68BEDD;
}
</style>
border-color css
<style>
span { border-color: #68BEDD; }
span { border-color: rgb(104,190,221); }
td.TdClassName
{
border-color: #68BEDD;
}
.TagClassName
{
border-color: #68BEDD;
}
</style>