Shades of Malibu #69B3EC
Tints of Malibu #69B3EC
RGB
CMYK
RGB Variations
Color information
#69B3EC (or 0x69B3EC) is known color: Malibu. HEX triplet: 69, B3 and EC. RGB value is (105,179,236). Sum of RGB (Red+Green+Blue) = 105+179+236=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #69B3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69B3EC is #964C13. Grayscale: #A3A3A3. Windows color (decimal): -9849876 or 15512425. OLE color: 15512425.
HSL color Cylindrical-coordinate representation of color #69B3EC: hue angle of 206.11º degrees, saturation: 0.78, 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 #69B3EC is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 179 | 236 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.07 |
| HSL | 206.11º | 0.78% | 0.67% | - |
| HSV(B) | 206.11º | 0.56% | 0.93% | - |
| XYZ | 37.09 | 41.3 | 85.37 | - |
| YUV | 163.37 | 168.98 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 179 | 236 | 0.56 | 0.24 | 0 | 0.07 | 206.11 | 0.78 | 0.67 |
| Hex | 69 | B3 | EC | 38 | 18 | 0 | 7 | CE | 4E | 43 |
| Octal | 151 | 263 | 354 | 70 | 30 | 0 | 7 | 316 | 116 | 103 |
| Binary | 1101001 | 10110011 | 11101100 | 111000 | 11000 | 0 | 111 | 11001110 | 1001110 | 1000011 |
Color Harmonies of #69B3EC
Complementary color
Monochromatic Colors of #69B3EC
Black with #69B3EC
Text Example
Text Example
White with #69B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B3EC; }
p { color: rgb(105,179,236); }
H1.HeaderClassName
{
color: #69B3EC;
}
.AnyTagClassName
{
color: #69B3EC;
}
</style>
background-color css
<style>
a { background-color: #69B3EC; }
a { background-color: rgb(105,179,236); }
div.DivClassName
{
background-color: #69B3EC;
}
.BgClassName
{
background-color: #69B3EC;
}
</style>
border-color css
<style>
span { border-color: #69B3EC; }
span { border-color: rgb(105,179,236); }
td.TdClassName
{
border-color: #69B3EC;
}
.TagClassName
{
border-color: #69B3EC;
}
</style>