Shades of Malibu #68BAEE
Tints of Malibu #68BAEE
RGB
CMYK
RGB Variations
Color information
#68BAEE (or 0x68BAEE) is known color: Malibu. HEX triplet: 68, BA and EE. RGB value is (104,186,238). Sum of RGB (Red+Green+Blue) = 104+186+238=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #68BAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAEE is #974511. Grayscale: #A7A7A7. Windows color (decimal): -9913618 or 15645288. OLE color: 15645288.
HSL color Cylindrical-coordinate representation of color #68BAEE: hue angle of 203.28º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BAEE is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 186 | 238 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.07 |
| HSL | 203.28º | 0.8% | 0.67% | - |
| HSV(B) | 203.28º | 0.56% | 0.93% | - |
| XYZ | 38.7 | 44.23 | 87.39 | - |
| YUV | 167.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 238 | 0.56 | 0.22 | 0 | 0.07 | 203.28 | 0.8 | 0.67 |
| Hex | 68 | BA | EE | 38 | 16 | 0 | 7 | CB | 50 | 43 |
| Octal | 150 | 272 | 356 | 70 | 26 | 0 | 7 | 313 | 120 | 103 |
| Binary | 1101000 | 10111010 | 11101110 | 111000 | 10110 | 0 | 111 | 11001011 | 1010000 | 1000011 |
Color Harmonies of #68BAEE
Complementary color
Monochromatic Colors of #68BAEE
Black with #68BAEE
Text Example
Text Example
White with #68BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAEE; }
p { color: rgb(104,186,238); }
H1.HeaderClassName
{
color: #68BAEE;
}
.AnyTagClassName
{
color: #68BAEE;
}
</style>
background-color css
<style>
a { background-color: #68BAEE; }
a { background-color: rgb(104,186,238); }
div.DivClassName
{
background-color: #68BAEE;
}
.BgClassName
{
background-color: #68BAEE;
}
</style>
border-color css
<style>
span { border-color: #68BAEE; }
span { border-color: rgb(104,186,238); }
td.TdClassName
{
border-color: #68BAEE;
}
.TagClassName
{
border-color: #68BAEE;
}
</style>