Shades of Malibu #68BCEB
Tints of Malibu #68BCEB
RGB
CMYK
RGB Variations
Color information
#68BCEB (or 0x68BCEB) is known color: Malibu. HEX triplet: 68, BC and EB. RGB value is (104,188,235). Sum of RGB (Red+Green+Blue) = 104+188+235=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #68BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCEB is #974314. Grayscale: #A7A7A7. Windows color (decimal): -9913109 or 15449192. OLE color: 15449192.
HSL color Cylindrical-coordinate representation of color #68BCEB: hue angle of 201.53º 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 #68BCEB is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 188 | 235 | - |
| CMYK | 0.56 | 0.2 | 0 | 0.08 |
| HSL | 201.53º | 0.77% | 0.66% | - |
| HSV(B) | 201.53º | 0.56% | 0.92% | - |
| XYZ | 38.69 | 44.91 | 85.23 | - |
| YUV | 168.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 235 | 0.56 | 0.2 | 0 | 0.08 | 201.53 | 0.77 | 0.66 |
| Hex | 68 | BC | EB | 38 | 14 | 0 | 8 | CA | 4D | 42 |
| Octal | 150 | 274 | 353 | 70 | 24 | 0 | 10 | 312 | 115 | 102 |
| Binary | 1101000 | 10111100 | 11101011 | 111000 | 10100 | 0 | 1000 | 11001010 | 1001101 | 1000010 |
Color Harmonies of #68BCEB
Complementary color
Monochromatic Colors of #68BCEB
Black with #68BCEB
Text Example
Text Example
White with #68BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCEB; }
p { color: rgb(104,188,235); }
H1.HeaderClassName
{
color: #68BCEB;
}
.AnyTagClassName
{
color: #68BCEB;
}
</style>
background-color css
<style>
a { background-color: #68BCEB; }
a { background-color: rgb(104,188,235); }
div.DivClassName
{
background-color: #68BCEB;
}
.BgClassName
{
background-color: #68BCEB;
}
</style>
border-color css
<style>
span { border-color: #68BCEB; }
span { border-color: rgb(104,188,235); }
td.TdClassName
{
border-color: #68BCEB;
}
.TagClassName
{
border-color: #68BCEB;
}
</style>