Shades of Malibu #69BFDB
Tints of Malibu #69BFDB
RGB
CMYK
RGB Variations
Color information
#69BFDB (or 0x69BFDB) is known color: Malibu. HEX triplet: 69, BF and DB. RGB value is (105,191,219). Sum of RGB (Red+Green+Blue) = 105+191+219=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #69BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFDB is #964024. Grayscale: #A8A8A8. Windows color (decimal): -9846821 or 14401385. OLE color: 14401385.
HSL color Cylindrical-coordinate representation of color #69BFDB: hue angle of 194.74º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69BFDB is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 191 | 219 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.14 |
| HSL | 194.74º | 0.61% | 0.64% | - |
| HSV(B) | 194.74º | 0.52% | 0.86% | - |
| XYZ | 37.24 | 45.38 | 73.81 | - |
| YUV | 168.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 219 | 0.52 | 0.13 | 0 | 0.14 | 194.74 | 0.61 | 0.64 |
| Hex | 69 | BF | DB | 34 | D | 0 | E | C3 | 3D | 40 |
| Octal | 151 | 277 | 333 | 64 | 15 | 0 | 16 | 303 | 75 | 100 |
| Binary | 1101001 | 10111111 | 11011011 | 110100 | 1101 | 0 | 1110 | 11000011 | 111101 | 1000000 |
Color Harmonies of #69BFDB
Complementary color
Monochromatic Colors of #69BFDB
Black with #69BFDB
Text Example
Text Example
White with #69BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFDB; }
p { color: rgb(105,191,219); }
H1.HeaderClassName
{
color: #69BFDB;
}
.AnyTagClassName
{
color: #69BFDB;
}
</style>
background-color css
<style>
a { background-color: #69BFDB; }
a { background-color: rgb(105,191,219); }
div.DivClassName
{
background-color: #69BFDB;
}
.BgClassName
{
background-color: #69BFDB;
}
</style>
border-color css
<style>
span { border-color: #69BFDB; }
span { border-color: rgb(105,191,219); }
td.TdClassName
{
border-color: #69BFDB;
}
.TagClassName
{
border-color: #69BFDB;
}
</style>