Shades of Malibu #68B5EF
Tints of Malibu #68B5EF
RGB
CMYK
RGB Variations
Color information
#68B5EF (or 0x68B5EF) is known color: Malibu. HEX triplet: 68, B5 and EF. RGB value is (104,181,239). Sum of RGB (Red+Green+Blue) = 104+181+239=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #68B5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B5EF is #974A10. Grayscale: #A4A4A4. Windows color (decimal): -9914897 or 15709544. OLE color: 15709544.
HSL color Cylindrical-coordinate representation of color #68B5EF: hue angle of 205.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68B5EF is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 181 | 239 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.06 |
| HSL | 205.78º | 0.81% | 0.67% | - |
| HSV(B) | 205.78º | 0.56% | 0.94% | - |
| XYZ | 37.81 | 42.22 | 87.82 | - |
| YUV | 164.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 239 | 0.56 | 0.24 | 0 | 0.06 | 205.78 | 0.81 | 0.67 |
| Hex | 68 | B5 | EF | 38 | 18 | 0 | 6 | CE | 51 | 43 |
| Octal | 150 | 265 | 357 | 70 | 30 | 0 | 6 | 316 | 121 | 103 |
| Binary | 1101000 | 10110101 | 11101111 | 111000 | 11000 | 0 | 110 | 11001110 | 1010001 | 1000011 |
Color Harmonies of #68B5EF
Complementary color
Monochromatic Colors of #68B5EF
Black with #68B5EF
Text Example
Text Example
White with #68B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5EF; }
p { color: rgb(104,181,239); }
H1.HeaderClassName
{
color: #68B5EF;
}
.AnyTagClassName
{
color: #68B5EF;
}
</style>
background-color css
<style>
a { background-color: #68B5EF; }
a { background-color: rgb(104,181,239); }
div.DivClassName
{
background-color: #68B5EF;
}
.BgClassName
{
background-color: #68B5EF;
}
</style>
border-color css
<style>
span { border-color: #68B5EF; }
span { border-color: rgb(104,181,239); }
td.TdClassName
{
border-color: #68B5EF;
}
.TagClassName
{
border-color: #68B5EF;
}
</style>