Shades of Malibu #6EBFEB
Tints of Malibu #6EBFEB
RGB
CMYK
RGB Variations
Color information
#6EBFEB (or 0x6EBFEB) is known color: Malibu. HEX triplet: 6E, BF and EB. RGB value is (110,191,235). Sum of RGB (Red+Green+Blue) = 110+191+235=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBFEB is #914014. Grayscale: #ABABAB. Windows color (decimal): -9519125 or 15449966. OLE color: 15449966.
HSL color Cylindrical-coordinate representation of color #6EBFEB: hue angle of 201.12º 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 #6EBFEB is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 191 | 235 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.08 |
| HSL | 201.12º | 0.76% | 0.68% | - |
| HSV(B) | 201.12º | 0.53% | 0.92% | - |
| XYZ | 40.06 | 46.57 | 85.48 | - |
| YUV | 171.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 235 | 0.53 | 0.19 | 0 | 0.08 | 201.12 | 0.76 | 0.68 |
| Hex | 6E | BF | EB | 35 | 13 | 0 | 8 | C9 | 4C | 44 |
| Octal | 156 | 277 | 353 | 65 | 23 | 0 | 10 | 311 | 114 | 104 |
| Binary | 1101110 | 10111111 | 11101011 | 110101 | 10011 | 0 | 1000 | 11001001 | 1001100 | 1000100 |
Color Harmonies of #6EBFEB
Complementary color
Monochromatic Colors of #6EBFEB
Black with #6EBFEB
Text Example
Text Example
White with #6EBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBFEB; }
p { color: rgb(110,191,235); }
H1.HeaderClassName
{
color: #6EBFEB;
}
.AnyTagClassName
{
color: #6EBFEB;
}
</style>
background-color css
<style>
a { background-color: #6EBFEB; }
a { background-color: rgb(110,191,235); }
div.DivClassName
{
background-color: #6EBFEB;
}
.BgClassName
{
background-color: #6EBFEB;
}
</style>
border-color css
<style>
span { border-color: #6EBFEB; }
span { border-color: rgb(110,191,235); }
td.TdClassName
{
border-color: #6EBFEB;
}
.TagClassName
{
border-color: #6EBFEB;
}
</style>