Shades of Malibu #68B3DA
Tints of Malibu #68B3DA
RGB
CMYK
RGB Variations
Color information
#68B3DA (or 0x68B3DA) is known color: Malibu. HEX triplet: 68, B3 and DA. RGB value is (104,179,218). Sum of RGB (Red+Green+Blue) = 104+179+218=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #68B3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B3DA is #974C25. Grayscale: #A0A0A0. Windows color (decimal): -9915430 or 14332776. OLE color: 14332776.
HSL color Cylindrical-coordinate representation of color #68B3DA: hue angle of 200.53º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68B3DA is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 179 | 218 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.15 |
| HSL | 200.53º | 0.61% | 0.63% | - |
| HSV(B) | 200.53º | 0.52% | 0.85% | - |
| XYZ | 34.48 | 40.25 | 72.28 | - |
| YUV | 161.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 218 | 0.52 | 0.18 | 0 | 0.15 | 200.53 | 0.61 | 0.63 |
| Hex | 68 | B3 | DA | 34 | 12 | 0 | F | C9 | 3D | 3F |
| Octal | 150 | 263 | 332 | 64 | 22 | 0 | 17 | 311 | 75 | 77 |
| Binary | 1101000 | 10110011 | 11011010 | 110100 | 10010 | 0 | 1111 | 11001001 | 111101 | 111111 |
Color Harmonies of #68B3DA
Complementary color
Monochromatic Colors of #68B3DA
Black with #68B3DA
Text Example
Text Example
White with #68B3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B3DA; }
p { color: rgb(104,179,218); }
H1.HeaderClassName
{
color: #68B3DA;
}
.AnyTagClassName
{
color: #68B3DA;
}
</style>
background-color css
<style>
a { background-color: #68B3DA; }
a { background-color: rgb(104,179,218); }
div.DivClassName
{
background-color: #68B3DA;
}
.BgClassName
{
background-color: #68B3DA;
}
</style>
border-color css
<style>
span { border-color: #68B3DA; }
span { border-color: rgb(104,179,218); }
td.TdClassName
{
border-color: #68B3DA;
}
.TagClassName
{
border-color: #68B3DA;
}
</style>