Shades of Malibu #69B2EC
Tints of Malibu #69B2EC
RGB
CMYK
RGB Variations
Color information
#69B2EC (or 0x69B2EC) is known color: Malibu. HEX triplet: 69, B2 and EC. RGB value is (105,178,236). Sum of RGB (Red+Green+Blue) = 105+178+236=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #69B2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69B2EC is #964D13. Grayscale: #A2A2A2. Windows color (decimal): -9850132 or 15512169. OLE color: 15512169.
HSL color Cylindrical-coordinate representation of color #69B2EC: hue angle of 206.56º 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 #69B2EC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 178 | 236 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.07 |
| HSL | 206.56º | 0.78% | 0.67% | - |
| HSV(B) | 206.56º | 0.56% | 0.93% | - |
| XYZ | 36.89 | 40.9 | 85.31 | - |
| YUV | 162.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 178 | 236 | 0.56 | 0.25 | 0 | 0.07 | 206.56 | 0.78 | 0.67 |
| Hex | 69 | B2 | EC | 38 | 19 | 0 | 7 | CF | 4E | 43 |
| Octal | 151 | 262 | 354 | 70 | 31 | 0 | 7 | 317 | 116 | 103 |
| Binary | 1101001 | 10110010 | 11101100 | 111000 | 11001 | 0 | 111 | 11001111 | 1001110 | 1000011 |
Color Harmonies of #69B2EC
Complementary color
Monochromatic Colors of #69B2EC
Black with #69B2EC
Text Example
Text Example
White with #69B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B2EC; }
p { color: rgb(105,178,236); }
H1.HeaderClassName
{
color: #69B2EC;
}
.AnyTagClassName
{
color: #69B2EC;
}
</style>
background-color css
<style>
a { background-color: #69B2EC; }
a { background-color: rgb(105,178,236); }
div.DivClassName
{
background-color: #69B2EC;
}
.BgClassName
{
background-color: #69B2EC;
}
</style>
border-color css
<style>
span { border-color: #69B2EC; }
span { border-color: rgb(105,178,236); }
td.TdClassName
{
border-color: #69B2EC;
}
.TagClassName
{
border-color: #69B2EC;
}
</style>