Shades of Malibu #6EBBEB
Tints of Malibu #6EBBEB
RGB
CMYK
RGB Variations
Color information
#6EBBEB (or 0x6EBBEB) is known color: Malibu. HEX triplet: 6E, BB and EB. RGB value is (110,187,235). Sum of RGB (Red+Green+Blue) = 110+187+235=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EBBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBBEB is #914414. Grayscale: #A9A9A9. Windows color (decimal): -9520149 or 15448942. OLE color: 15448942.
HSL color Cylindrical-coordinate representation of color #6EBBEB: hue angle of 203.04º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EBBEB is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 187 | 235 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.08 |
| HSL | 203.04º | 0.76% | 0.68% | - |
| HSV(B) | 203.04º | 0.53% | 0.92% | - |
| XYZ | 39.2 | 44.85 | 85.19 | - |
| YUV | 169.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 235 | 0.53 | 0.20 | 0 | 0.08 | 203.04 | 0.76 | 0.68 |
| Hex | 6E | BB | EB | 35 | 14 | 0 | 8 | CB | 4C | 44 |
| Octal | 156 | 273 | 353 | 65 | 24 | 0 | 10 | 313 | 114 | 104 |
| Binary | 1101110 | 10111011 | 11101011 | 110101 | 10100 | 0 | 1000 | 11001011 | 1001100 | 1000100 |
Color Harmonies of #6EBBEB
Complementary color
Monochromatic Colors of #6EBBEB
Black with #6EBBEB
Text Example
Text Example
White with #6EBBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBEB; }
p { color: rgb(110,187,235); }
H1.HeaderClassName
{
color: #6EBBEB;
}
.AnyTagClassName
{
color: #6EBBEB;
}
</style>
background-color css
<style>
a { background-color: #6EBBEB; }
a { background-color: rgb(110,187,235); }
div.DivClassName
{
background-color: #6EBBEB;
}
.BgClassName
{
background-color: #6EBBEB;
}
</style>
border-color css
<style>
span { border-color: #6EBBEB; }
span { border-color: rgb(110,187,235); }
td.TdClassName
{
border-color: #6EBBEB;
}
.TagClassName
{
border-color: #6EBBEB;
}
</style>