Shades of Malibu #69BAE6
Tints of Malibu #69BAE6
RGB
CMYK
RGB Variations
Color information
#69BAE6 (or 0x69BAE6) is known color: Malibu. HEX triplet: 69, BA and E6. RGB value is (105,186,230). Sum of RGB (Red+Green+Blue) = 105+186+230=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #69BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BAE6 is #964519. Grayscale: #A6A6A6. Windows color (decimal): -9848090 or 15121001. OLE color: 15121001.
HSL color Cylindrical-coordinate representation of color #69BAE6: hue angle of 201.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69BAE6 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 186 | 230 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.10 |
| HSL | 201.12º | 0.71% | 0.66% | - |
| HSV(B) | 201.12º | 0.54% | 0.9% | - |
| XYZ | 37.67 | 43.83 | 81.34 | - |
| YUV | 166.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 230 | 0.54 | 0.19 | 0 | 0.10 | 201.12 | 0.71 | 0.66 |
| Hex | 69 | BA | E6 | 36 | 13 | 0 | A | C9 | 47 | 42 |
| Octal | 151 | 272 | 346 | 66 | 23 | 0 | 12 | 311 | 107 | 102 |
| Binary | 1101001 | 10111010 | 11100110 | 110110 | 10011 | 0 | 1010 | 11001001 | 1000111 | 1000010 |
Color Harmonies of #69BAE6
Complementary color
Monochromatic Colors of #69BAE6
Black with #69BAE6
Text Example
Text Example
White with #69BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BAE6; }
p { color: rgb(105,186,230); }
H1.HeaderClassName
{
color: #69BAE6;
}
.AnyTagClassName
{
color: #69BAE6;
}
</style>
background-color css
<style>
a { background-color: #69BAE6; }
a { background-color: rgb(105,186,230); }
div.DivClassName
{
background-color: #69BAE6;
}
.BgClassName
{
background-color: #69BAE6;
}
</style>
border-color css
<style>
span { border-color: #69BAE6; }
span { border-color: rgb(105,186,230); }
td.TdClassName
{
border-color: #69BAE6;
}
.TagClassName
{
border-color: #69BAE6;
}
</style>