Shades of Malibu #69BBE0
Tints of Malibu #69BBE0
RGB
CMYK
RGB Variations
Color information
#69BBE0 (or 0x69BBE0) is known color: Malibu. HEX triplet: 69, BB and E0. RGB value is (105,187,224). Sum of RGB (Red+Green+Blue) = 105+187+224=516 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.35% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #69BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BBE0 is #96441F. Grayscale: #A6A6A6. Windows color (decimal): -9847840 or 14728041. OLE color: 14728041.
HSL color Cylindrical-coordinate representation of color #69BBE0: hue angle of 198.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69BBE0 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 187 | 224 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.12 |
| HSL | 198.66º | 0.66% | 0.65% | - |
| HSV(B) | 198.66º | 0.53% | 0.88% | - |
| XYZ | 37.05 | 43.93 | 77.05 | - |
| YUV | 166.7 | 160.33 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 187 | 224 | 0.53 | 0.17 | 0 | 0.12 | 198.66 | 0.66 | 0.65 |
| Hex | 69 | BB | E0 | 35 | 11 | 0 | C | C7 | 42 | 41 |
| Octal | 151 | 273 | 340 | 65 | 21 | 0 | 14 | 307 | 102 | 101 |
| Binary | 1101001 | 10111011 | 11100000 | 110101 | 10001 | 0 | 1100 | 11000111 | 1000010 | 1000001 |
Color Harmonies of #69BBE0
Complementary color
Monochromatic Colors of #69BBE0
Black with #69BBE0
Text Example
Text Example
White with #69BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BBE0; }
p { color: rgb(105,187,224); }
H1.HeaderClassName
{
color: #69BBE0;
}
.AnyTagClassName
{
color: #69BBE0;
}
</style>
background-color css
<style>
a { background-color: #69BBE0; }
a { background-color: rgb(105,187,224); }
div.DivClassName
{
background-color: #69BBE0;
}
.BgClassName
{
background-color: #69BBE0;
}
</style>
border-color css
<style>
span { border-color: #69BBE0; }
span { border-color: rgb(105,187,224); }
td.TdClassName
{
border-color: #69BBE0;
}
.TagClassName
{
border-color: #69BBE0;
}
</style>