Shades of Malibu #68B1DD
Tints of Malibu #68B1DD
RGB
CMYK
RGB Variations
Color information
#68B1DD (or 0x68B1DD) is known color: Malibu. HEX triplet: 68, B1 and DD. RGB value is (104,177,221). Sum of RGB (Red+Green+Blue) = 104+177+221=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #68B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B1DD is #974E22. Grayscale: #9F9F9F. Windows color (decimal): -9915939 or 14528872. OLE color: 14528872.
HSL color Cylindrical-coordinate representation of color #68B1DD: hue angle of 202.56º 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 #68B1DD is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 177 | 221 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.13 |
| HSL | 202.56º | 0.63% | 0.64% | - |
| HSV(B) | 202.56º | 0.53% | 0.87% | - |
| XYZ | 34.48 | 39.61 | 74.23 | - |
| YUV | 160.19 | 162.32 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 221 | 0.53 | 0.20 | 0 | 0.13 | 202.56 | 0.63 | 0.64 |
| Hex | 68 | B1 | DD | 35 | 14 | 0 | D | CB | 3F | 40 |
| Octal | 150 | 261 | 335 | 65 | 24 | 0 | 15 | 313 | 77 | 100 |
| Binary | 1101000 | 10110001 | 11011101 | 110101 | 10100 | 0 | 1101 | 11001011 | 111111 | 1000000 |
Color Harmonies of #68B1DD
Complementary color
Monochromatic Colors of #68B1DD
Black with #68B1DD
Text Example
Text Example
White with #68B1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B1DD; }
p { color: rgb(104,177,221); }
H1.HeaderClassName
{
color: #68B1DD;
}
.AnyTagClassName
{
color: #68B1DD;
}
</style>
background-color css
<style>
a { background-color: #68B1DD; }
a { background-color: rgb(104,177,221); }
div.DivClassName
{
background-color: #68B1DD;
}
.BgClassName
{
background-color: #68B1DD;
}
</style>
border-color css
<style>
span { border-color: #68B1DD; }
span { border-color: rgb(104,177,221); }
td.TdClassName
{
border-color: #68B1DD;
}
.TagClassName
{
border-color: #68B1DD;
}
</style>