Shades of Malibu #68B1DF
Tints of Malibu #68B1DF
RGB
CMYK
RGB Variations
Color information
#68B1DF (or 0x68B1DF) is known color: Malibu. HEX triplet: 68, B1 and DF. RGB value is (104,177,223). Sum of RGB (Red+Green+Blue) = 104+177+223=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #68B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B1DF is #974E20. Grayscale: #A0A0A0. Windows color (decimal): -9915937 or 14659944. OLE color: 14659944.
HSL color Cylindrical-coordinate representation of color #68B1DF: hue angle of 203.19º degrees, saturation: 0.65, 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 #68B1DF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 177 | 223 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.13 |
| HSL | 203.19º | 0.65% | 0.64% | - |
| HSV(B) | 203.19º | 0.53% | 0.87% | - |
| XYZ | 34.75 | 39.72 | 75.65 | - |
| YUV | 160.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 223 | 0.53 | 0.21 | 0 | 0.13 | 203.19 | 0.65 | 0.64 |
| Hex | 68 | B1 | DF | 35 | 15 | 0 | D | CB | 41 | 40 |
| Octal | 150 | 261 | 337 | 65 | 25 | 0 | 15 | 313 | 101 | 100 |
| Binary | 1101000 | 10110001 | 11011111 | 110101 | 10101 | 0 | 1101 | 11001011 | 1000001 | 1000000 |
Color Harmonies of #68B1DF
Complementary color
Monochromatic Colors of #68B1DF
Black with #68B1DF
Text Example
Text Example
White with #68B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B1DF; }
p { color: rgb(104,177,223); }
H1.HeaderClassName
{
color: #68B1DF;
}
.AnyTagClassName
{
color: #68B1DF;
}
</style>
background-color css
<style>
a { background-color: #68B1DF; }
a { background-color: rgb(104,177,223); }
div.DivClassName
{
background-color: #68B1DF;
}
.BgClassName
{
background-color: #68B1DF;
}
</style>
border-color css
<style>
span { border-color: #68B1DF; }
span { border-color: rgb(104,177,223); }
td.TdClassName
{
border-color: #68B1DF;
}
.TagClassName
{
border-color: #68B1DF;
}
</style>