Shades of Malibu #69ADE2
Tints of Malibu #69ADE2
RGB
CMYK
RGB Variations
Color information
#69ADE2 (or 0x69ADE2) is known color: Malibu. HEX triplet: 69, AD and E2. RGB value is (105,173,226). Sum of RGB (Red+Green+Blue) = 105+173+226=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #69ADE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADE2 is #96521D. Grayscale: #9E9E9E. Windows color (decimal): -9851422 or 14855529. OLE color: 14855529.
HSL color Cylindrical-coordinate representation of color #69ADE2: hue angle of 206.28º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69ADE2 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 173 | 226 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.11 |
| HSL | 206.28º | 0.68% | 0.65% | - |
| HSV(B) | 206.28º | 0.54% | 0.89% | - |
| XYZ | 34.5 | 38.38 | 77.54 | - |
| YUV | 158.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 226 | 0.54 | 0.23 | 0 | 0.11 | 206.28 | 0.68 | 0.65 |
| Hex | 69 | AD | E2 | 36 | 17 | 0 | B | CE | 44 | 41 |
| Octal | 151 | 255 | 342 | 66 | 27 | 0 | 13 | 316 | 104 | 101 |
| Binary | 1101001 | 10101101 | 11100010 | 110110 | 10111 | 0 | 1011 | 11001110 | 1000100 | 1000001 |
Color Harmonies of #69ADE2
Complementary color
Monochromatic Colors of #69ADE2
Black with #69ADE2
Text Example
Text Example
White with #69ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADE2; }
p { color: rgb(105,173,226); }
H1.HeaderClassName
{
color: #69ADE2;
}
.AnyTagClassName
{
color: #69ADE2;
}
</style>
background-color css
<style>
a { background-color: #69ADE2; }
a { background-color: rgb(105,173,226); }
div.DivClassName
{
background-color: #69ADE2;
}
.BgClassName
{
background-color: #69ADE2;
}
</style>
border-color css
<style>
span { border-color: #69ADE2; }
span { border-color: rgb(105,173,226); }
td.TdClassName
{
border-color: #69ADE2;
}
.TagClassName
{
border-color: #69ADE2;
}
</style>