Shades of Malibu #6FBAEB
Tints of Malibu #6FBAEB
RGB
CMYK
RGB Variations
Color information
#6FBAEB (or 0x6FBAEB) is known color: Malibu. HEX triplet: 6F, BA and EB. RGB value is (111,186,235). Sum of RGB (Red+Green+Blue) = 111+186+235=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 186 (73.05% from 255 or 34.96% 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 #6FBAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAEB is #904514. Grayscale: #A8A8A8. Windows color (decimal): -9454869 or 15448687. OLE color: 15448687.
HSL color Cylindrical-coordinate representation of color #6FBAEB: hue angle of 203.71º 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 #6FBAEB is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 186 | 235 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.08 |
| HSL | 203.71º | 0.76% | 0.68% | - |
| HSV(B) | 203.71º | 0.53% | 0.92% | - |
| XYZ | 39.11 | 44.5 | 85.12 | - |
| YUV | 169.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 235 | 0.53 | 0.21 | 0 | 0.08 | 203.71 | 0.76 | 0.68 |
| Hex | 6F | BA | EB | 35 | 15 | 0 | 8 | CC | 4C | 44 |
| Octal | 157 | 272 | 353 | 65 | 25 | 0 | 10 | 314 | 114 | 104 |
| Binary | 1101111 | 10111010 | 11101011 | 110101 | 10101 | 0 | 1000 | 11001100 | 1001100 | 1000100 |
Color Harmonies of #6FBAEB
Complementary color
Monochromatic Colors of #6FBAEB
Black with #6FBAEB
Text Example
Text Example
White with #6FBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBAEB; }
p { color: rgb(111,186,235); }
H1.HeaderClassName
{
color: #6FBAEB;
}
.AnyTagClassName
{
color: #6FBAEB;
}
</style>
background-color css
<style>
a { background-color: #6FBAEB; }
a { background-color: rgb(111,186,235); }
div.DivClassName
{
background-color: #6FBAEB;
}
.BgClassName
{
background-color: #6FBAEB;
}
</style>
border-color css
<style>
span { border-color: #6FBAEB; }
span { border-color: rgb(111,186,235); }
td.TdClassName
{
border-color: #6FBAEB;
}
.TagClassName
{
border-color: #6FBAEB;
}
</style>