Shades of Malibu #68BFE5
Tints of Malibu #68BFE5
RGB
CMYK
RGB Variations
Color information
#68BFE5 (or 0x68BFE5) is known color: Malibu. HEX triplet: 68, BF and E5. RGB value is (104,191,229). Sum of RGB (Red+Green+Blue) = 104+191+229=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #68BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFE5 is #97401A. Grayscale: #A9A9A9. Windows color (decimal): -9912347 or 15056744. OLE color: 15056744.
HSL color Cylindrical-coordinate representation of color #68BFE5: hue angle of 198.24º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68BFE5 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 191 | 229 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.10 |
| HSL | 198.24º | 0.71% | 0.65% | - |
| HSV(B) | 198.24º | 0.55% | 0.9% | - |
| XYZ | 38.48 | 45.86 | 80.95 | - |
| YUV | 169.32 | 161.68 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 229 | 0.55 | 0.17 | 0 | 0.10 | 198.24 | 0.71 | 0.65 |
| Hex | 68 | BF | E5 | 37 | 11 | 0 | A | C6 | 47 | 41 |
| Octal | 150 | 277 | 345 | 67 | 21 | 0 | 12 | 306 | 107 | 101 |
| Binary | 1101000 | 10111111 | 11100101 | 110111 | 10001 | 0 | 1010 | 11000110 | 1000111 | 1000001 |
Color Harmonies of #68BFE5
Complementary color
Monochromatic Colors of #68BFE5
Black with #68BFE5
Text Example
Text Example
White with #68BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFE5; }
p { color: rgb(104,191,229); }
H1.HeaderClassName
{
color: #68BFE5;
}
.AnyTagClassName
{
color: #68BFE5;
}
</style>
background-color css
<style>
a { background-color: #68BFE5; }
a { background-color: rgb(104,191,229); }
div.DivClassName
{
background-color: #68BFE5;
}
.BgClassName
{
background-color: #68BFE5;
}
</style>
border-color css
<style>
span { border-color: #68BFE5; }
span { border-color: rgb(104,191,229); }
td.TdClassName
{
border-color: #68BFE5;
}
.TagClassName
{
border-color: #68BFE5;
}
</style>