Shades of Malibu #69ADEA
Tints of Malibu #69ADEA
RGB
CMYK
RGB Variations
Color information
#69ADEA (or 0x69ADEA) is known color: Malibu. HEX triplet: 69, AD and EA. RGB value is (105,173,234). Sum of RGB (Red+Green+Blue) = 105+173+234=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #69ADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADEA is #965215. Grayscale: #9F9F9F. Windows color (decimal): -9851414 or 15379817. OLE color: 15379817.
HSL color Cylindrical-coordinate representation of color #69ADEA: hue angle of 208.37º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69ADEA is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 173 | 234 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.08 |
| HSL | 208.37º | 0.75% | 0.66% | - |
| HSV(B) | 208.37º | 0.55% | 0.92% | - |
| XYZ | 35.62 | 38.83 | 83.46 | - |
| YUV | 159.62 | 169.97 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 234 | 0.55 | 0.26 | 0 | 0.08 | 208.37 | 0.75 | 0.66 |
| Hex | 69 | AD | EA | 37 | 1A | 0 | 8 | D0 | 4B | 42 |
| Octal | 151 | 255 | 352 | 67 | 32 | 0 | 10 | 320 | 113 | 102 |
| Binary | 1101001 | 10101101 | 11101010 | 110111 | 11010 | 0 | 1000 | 11010000 | 1001011 | 1000010 |
Color Harmonies of #69ADEA
Complementary color
Monochromatic Colors of #69ADEA
Black with #69ADEA
Text Example
Text Example
White with #69ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADEA; }
p { color: rgb(105,173,234); }
H1.HeaderClassName
{
color: #69ADEA;
}
.AnyTagClassName
{
color: #69ADEA;
}
</style>
background-color css
<style>
a { background-color: #69ADEA; }
a { background-color: rgb(105,173,234); }
div.DivClassName
{
background-color: #69ADEA;
}
.BgClassName
{
background-color: #69ADEA;
}
</style>
border-color css
<style>
span { border-color: #69ADEA; }
span { border-color: rgb(105,173,234); }
td.TdClassName
{
border-color: #69ADEA;
}
.TagClassName
{
border-color: #69ADEA;
}
</style>