Shades of Malibu #68BCE8
Tints of Malibu #68BCE8
RGB
CMYK
RGB Variations
Color information
#68BCE8 (or 0x68BCE8) is known color: Malibu. HEX triplet: 68, BC and E8. RGB value is (104,188,232). Sum of RGB (Red+Green+Blue) = 104+188+232=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #68BCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCE8 is #974317. Grayscale: #A7A7A7. Windows color (decimal): -9913112 or 15252584. OLE color: 15252584.
HSL color Cylindrical-coordinate representation of color #68BCE8: hue angle of 200.62º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68BCE8 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 188 | 232 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.09 |
| HSL | 200.63º | 0.74% | 0.66% | - |
| HSV(B) | 200.63º | 0.55% | 0.91% | - |
| XYZ | 38.26 | 44.74 | 82.96 | - |
| YUV | 167.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 232 | 0.55 | 0.19 | 0 | 0.09 | 200.63 | 0.74 | 0.66 |
| Hex | 68 | BC | E8 | 37 | 13 | 0 | 9 | C9 | 4A | 42 |
| Octal | 150 | 274 | 350 | 67 | 23 | 0 | 11 | 311 | 112 | 102 |
| Binary | 1101000 | 10111100 | 11101000 | 110111 | 10011 | 0 | 1001 | 11001001 | 1001010 | 1000010 |
Color Harmonies of #68BCE8
Complementary color
Monochromatic Colors of #68BCE8
Black with #68BCE8
Text Example
Text Example
White with #68BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCE8; }
p { color: rgb(104,188,232); }
H1.HeaderClassName
{
color: #68BCE8;
}
.AnyTagClassName
{
color: #68BCE8;
}
</style>
background-color css
<style>
a { background-color: #68BCE8; }
a { background-color: rgb(104,188,232); }
div.DivClassName
{
background-color: #68BCE8;
}
.BgClassName
{
background-color: #68BCE8;
}
</style>
border-color css
<style>
span { border-color: #68BCE8; }
span { border-color: rgb(104,188,232); }
td.TdClassName
{
border-color: #68BCE8;
}
.TagClassName
{
border-color: #68BCE8;
}
</style>