Shades of Malibu #68BFE0
Tints of Malibu #68BFE0
RGB
CMYK
RGB Variations
Color information
#68BFE0 (or 0x68BFE0) is known color: Malibu. HEX triplet: 68, BF and E0. RGB value is (104,191,224). Sum of RGB (Red+Green+Blue) = 104+191+224=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #68BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFE0 is #97401F. Grayscale: #A8A8A8. Windows color (decimal): -9912352 or 14729064. OLE color: 14729064.
HSL color Cylindrical-coordinate representation of color #68BFE0: hue angle of 196.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68BFE0 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 191 | 224 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.12 |
| HSL | 196.5º | 0.66% | 0.64% | - |
| HSV(B) | 196.5º | 0.54% | 0.88% | - |
| XYZ | 37.79 | 45.59 | 77.33 | - |
| YUV | 168.75 | 159.18 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 224 | 0.54 | 0.15 | 0 | 0.12 | 196.5 | 0.66 | 0.64 |
| Hex | 68 | BF | E0 | 36 | F | 0 | C | C4 | 42 | 40 |
| Octal | 150 | 277 | 340 | 66 | 17 | 0 | 14 | 304 | 102 | 100 |
| Binary | 1101000 | 10111111 | 11100000 | 110110 | 1111 | 0 | 1100 | 11000100 | 1000010 | 1000000 |
Color Harmonies of #68BFE0
Complementary color
Monochromatic Colors of #68BFE0
Black with #68BFE0
Text Example
Text Example
White with #68BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFE0; }
p { color: rgb(104,191,224); }
H1.HeaderClassName
{
color: #68BFE0;
}
.AnyTagClassName
{
color: #68BFE0;
}
</style>
background-color css
<style>
a { background-color: #68BFE0; }
a { background-color: rgb(104,191,224); }
div.DivClassName
{
background-color: #68BFE0;
}
.BgClassName
{
background-color: #68BFE0;
}
</style>
border-color css
<style>
span { border-color: #68BFE0; }
span { border-color: rgb(104,191,224); }
td.TdClassName
{
border-color: #68BFE0;
}
.TagClassName
{
border-color: #68BFE0;
}
</style>