Shades of Malibu #69B4DB
Tints of Malibu #69B4DB
RGB
CMYK
RGB Variations
Color information
#69B4DB (or 0x69B4DB) is known color: Malibu. HEX triplet: 69, B4 and DB. RGB value is (105,180,219). Sum of RGB (Red+Green+Blue) = 105+180+219=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #69B4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B4DB is #964B24. Grayscale: #A1A1A1. Windows color (decimal): -9849637 or 14398569. OLE color: 14398569.
HSL color Cylindrical-coordinate representation of color #69B4DB: hue angle of 200.53º 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 #69B4DB is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 180 | 219 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.14 |
| HSL | 200.53º | 0.61% | 0.64% | - |
| HSV(B) | 200.53º | 0.52% | 0.86% | - |
| XYZ | 34.93 | 40.76 | 73.04 | - |
| YUV | 162.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 180 | 219 | 0.52 | 0.18 | 0 | 0.14 | 200.53 | 0.61 | 0.64 |
| Hex | 69 | B4 | DB | 34 | 12 | 0 | E | C9 | 3D | 40 |
| Octal | 151 | 264 | 333 | 64 | 22 | 0 | 16 | 311 | 75 | 100 |
| Binary | 1101001 | 10110100 | 11011011 | 110100 | 10010 | 0 | 1110 | 11001001 | 111101 | 1000000 |
Color Harmonies of #69B4DB
Complementary color
Monochromatic Colors of #69B4DB
Black with #69B4DB
Text Example
Text Example
White with #69B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B4DB; }
p { color: rgb(105,180,219); }
H1.HeaderClassName
{
color: #69B4DB;
}
.AnyTagClassName
{
color: #69B4DB;
}
</style>
background-color css
<style>
a { background-color: #69B4DB; }
a { background-color: rgb(105,180,219); }
div.DivClassName
{
background-color: #69B4DB;
}
.BgClassName
{
background-color: #69B4DB;
}
</style>
border-color css
<style>
span { border-color: #69B4DB; }
span { border-color: rgb(105,180,219); }
td.TdClassName
{
border-color: #69B4DB;
}
.TagClassName
{
border-color: #69B4DB;
}
</style>