Shades of Malibu #68B2DF
Tints of Malibu #68B2DF
RGB
CMYK
RGB Variations
Color information
#68B2DF (or 0x68B2DF) is known color: Malibu. HEX triplet: 68, B2 and DF. RGB value is (104,178,223). Sum of RGB (Red+Green+Blue) = 104+178+223=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #68B2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B2DF is #974D20. Grayscale: #A0A0A0. Windows color (decimal): -9915681 or 14660200. OLE color: 14660200.
HSL color Cylindrical-coordinate representation of color #68B2DF: hue angle of 202.69º 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 #68B2DF is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 178 | 223 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.13 |
| HSL | 202.69º | 0.65% | 0.64% | - |
| HSV(B) | 202.69º | 0.53% | 0.87% | - |
| XYZ | 34.95 | 40.11 | 75.71 | - |
| YUV | 161 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 223 | 0.53 | 0.20 | 0 | 0.13 | 202.69 | 0.65 | 0.64 |
| Hex | 68 | B2 | DF | 35 | 14 | 0 | D | CB | 41 | 40 |
| Octal | 150 | 262 | 337 | 65 | 24 | 0 | 15 | 313 | 101 | 100 |
| Binary | 1101000 | 10110010 | 11011111 | 110101 | 10100 | 0 | 1101 | 11001011 | 1000001 | 1000000 |
Color Harmonies of #68B2DF
Complementary color
Monochromatic Colors of #68B2DF
Black with #68B2DF
Text Example
Text Example
White with #68B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B2DF; }
p { color: rgb(104,178,223); }
H1.HeaderClassName
{
color: #68B2DF;
}
.AnyTagClassName
{
color: #68B2DF;
}
</style>
background-color css
<style>
a { background-color: #68B2DF; }
a { background-color: rgb(104,178,223); }
div.DivClassName
{
background-color: #68B2DF;
}
.BgClassName
{
background-color: #68B2DF;
}
</style>
border-color css
<style>
span { border-color: #68B2DF; }
span { border-color: rgb(104,178,223); }
td.TdClassName
{
border-color: #68B2DF;
}
.TagClassName
{
border-color: #68B2DF;
}
</style>