Shades of Malibu #68BEEF
Tints of Malibu #68BEEF
RGB
CMYK
RGB Variations
Color information
#68BEEF (or 0x68BEEF) is known color: Malibu. HEX triplet: 68, BE and EF. RGB value is (104,190,239). Sum of RGB (Red+Green+Blue) = 104+190+239=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #68BEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEEF is #974110. Grayscale: #A9A9A9. Windows color (decimal): -9912593 or 15711848. OLE color: 15711848.
HSL color Cylindrical-coordinate representation of color #68BEEF: hue angle of 201.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 #68BEEF is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 190 | 239 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.06 |
| HSL | 201.78º | 0.81% | 0.67% | - |
| HSV(B) | 201.78º | 0.56% | 0.94% | - |
| XYZ | 39.7 | 46 | 88.45 | - |
| YUV | 169.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 239 | 0.56 | 0.21 | 0 | 0.06 | 201.78 | 0.81 | 0.67 |
| Hex | 68 | BE | EF | 38 | 15 | 0 | 6 | CA | 51 | 43 |
| Octal | 150 | 276 | 357 | 70 | 25 | 0 | 6 | 312 | 121 | 103 |
| Binary | 1101000 | 10111110 | 11101111 | 111000 | 10101 | 0 | 110 | 11001010 | 1010001 | 1000011 |
Color Harmonies of #68BEEF
Complementary color
Monochromatic Colors of #68BEEF
Black with #68BEEF
Text Example
Text Example
White with #68BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEEF; }
p { color: rgb(104,190,239); }
H1.HeaderClassName
{
color: #68BEEF;
}
.AnyTagClassName
{
color: #68BEEF;
}
</style>
background-color css
<style>
a { background-color: #68BEEF; }
a { background-color: rgb(104,190,239); }
div.DivClassName
{
background-color: #68BEEF;
}
.BgClassName
{
background-color: #68BEEF;
}
</style>
border-color css
<style>
span { border-color: #68BEEF; }
span { border-color: rgb(104,190,239); }
td.TdClassName
{
border-color: #68BEEF;
}
.TagClassName
{
border-color: #68BEEF;
}
</style>