Shades of Malibu #68BFE3
Tints of Malibu #68BFE3
RGB
CMYK
RGB Variations
Color information
#68BFE3 (or 0x68BFE3) is known color: Malibu. HEX triplet: 68, BF and E3. RGB value is (104,191,227). Sum of RGB (Red+Green+Blue) = 104+191+227=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #68BFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFE3 is #97401C. Grayscale: #A8A8A8. Windows color (decimal): -9912349 or 14925672. OLE color: 14925672.
HSL color Cylindrical-coordinate representation of color #68BFE3: hue angle of 197.56º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68BFE3 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 191 | 227 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.11 |
| HSL | 197.56º | 0.69% | 0.65% | - |
| HSV(B) | 197.56º | 0.54% | 0.89% | - |
| XYZ | 38.2 | 45.75 | 79.49 | - |
| YUV | 169.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 227 | 0.54 | 0.16 | 0 | 0.11 | 197.56 | 0.69 | 0.65 |
| Hex | 68 | BF | E3 | 36 | 10 | 0 | B | C6 | 45 | 41 |
| Octal | 150 | 277 | 343 | 66 | 20 | 0 | 13 | 306 | 105 | 101 |
| Binary | 1101000 | 10111111 | 11100011 | 110110 | 10000 | 0 | 1011 | 11000110 | 1000101 | 1000001 |
Color Harmonies of #68BFE3
Complementary color
Monochromatic Colors of #68BFE3
Black with #68BFE3
Text Example
Text Example
White with #68BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFE3; }
p { color: rgb(104,191,227); }
H1.HeaderClassName
{
color: #68BFE3;
}
.AnyTagClassName
{
color: #68BFE3;
}
</style>
background-color css
<style>
a { background-color: #68BFE3; }
a { background-color: rgb(104,191,227); }
div.DivClassName
{
background-color: #68BFE3;
}
.BgClassName
{
background-color: #68BFE3;
}
</style>
border-color css
<style>
span { border-color: #68BFE3; }
span { border-color: rgb(104,191,227); }
td.TdClassName
{
border-color: #68BFE3;
}
.TagClassName
{
border-color: #68BFE3;
}
</style>