Shades of Malibu #68BEEB
Tints of Malibu #68BEEB
RGB
CMYK
RGB Variations
Color information
#68BEEB (or 0x68BEEB) is known color: Malibu. HEX triplet: 68, BE and EB. RGB value is (104,190,235). Sum of RGB (Red+Green+Blue) = 104+190+235=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #68BEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEEB is #974114. Grayscale: #A9A9A9. Windows color (decimal): -9912597 or 15449704. OLE color: 15449704.
HSL color Cylindrical-coordinate representation of color #68BEEB: hue angle of 200.61º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BEEB is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 190 | 235 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.08 |
| HSL | 200.61º | 0.77% | 0.66% | - |
| HSV(B) | 200.61º | 0.56% | 0.92% | - |
| XYZ | 39.12 | 45.77 | 85.37 | - |
| YUV | 169.42 | 165.01 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 235 | 0.56 | 0.19 | 0 | 0.08 | 200.61 | 0.77 | 0.66 |
| Hex | 68 | BE | EB | 38 | 13 | 0 | 8 | C9 | 4D | 42 |
| Octal | 150 | 276 | 353 | 70 | 23 | 0 | 10 | 311 | 115 | 102 |
| Binary | 1101000 | 10111110 | 11101011 | 111000 | 10011 | 0 | 1000 | 11001001 | 1001101 | 1000010 |
Color Harmonies of #68BEEB
Complementary color
Monochromatic Colors of #68BEEB
Black with #68BEEB
Text Example
Text Example
White with #68BEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEEB; }
p { color: rgb(104,190,235); }
H1.HeaderClassName
{
color: #68BEEB;
}
.AnyTagClassName
{
color: #68BEEB;
}
</style>
background-color css
<style>
a { background-color: #68BEEB; }
a { background-color: rgb(104,190,235); }
div.DivClassName
{
background-color: #68BEEB;
}
.BgClassName
{
background-color: #68BEEB;
}
</style>
border-color css
<style>
span { border-color: #68BEEB; }
span { border-color: rgb(104,190,235); }
td.TdClassName
{
border-color: #68BEEB;
}
.TagClassName
{
border-color: #68BEEB;
}
</style>