Shades of Malibu #69B8DC
Tints of Malibu #69B8DC
RGB
CMYK
RGB Variations
Color information
#69B8DC (or 0x69B8DC) is known color: Malibu. HEX triplet: 69, B8 and DC. RGB value is (105,184,220). Sum of RGB (Red+Green+Blue) = 105+184+220=509 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.63% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #69B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B8DC is #964723. Grayscale: #A4A4A4. Windows color (decimal): -9848612 or 14465129. OLE color: 14465129.
HSL color Cylindrical-coordinate representation of color #69B8DC: hue angle of 198.78º degrees, saturation: 0.62, 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 #69B8DC is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 184 | 220 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.14 |
| HSL | 198.78º | 0.62% | 0.64% | - |
| HSV(B) | 198.78º | 0.52% | 0.86% | - |
| XYZ | 35.88 | 42.45 | 74.01 | - |
| YUV | 164.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 184 | 220 | 0.52 | 0.16 | 0 | 0.14 | 198.78 | 0.62 | 0.64 |
| Hex | 69 | B8 | DC | 34 | 10 | 0 | E | C7 | 3E | 40 |
| Octal | 151 | 270 | 334 | 64 | 20 | 0 | 16 | 307 | 76 | 100 |
| Binary | 1101001 | 10111000 | 11011100 | 110100 | 10000 | 0 | 1110 | 11000111 | 111110 | 1000000 |
Color Harmonies of #69B8DC
Complementary color
Monochromatic Colors of #69B8DC
Black with #69B8DC
Text Example
Text Example
White with #69B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B8DC; }
p { color: rgb(105,184,220); }
H1.HeaderClassName
{
color: #69B8DC;
}
.AnyTagClassName
{
color: #69B8DC;
}
</style>
background-color css
<style>
a { background-color: #69B8DC; }
a { background-color: rgb(105,184,220); }
div.DivClassName
{
background-color: #69B8DC;
}
.BgClassName
{
background-color: #69B8DC;
}
</style>
border-color css
<style>
span { border-color: #69B8DC; }
span { border-color: rgb(105,184,220); }
td.TdClassName
{
border-color: #69B8DC;
}
.TagClassName
{
border-color: #69B8DC;
}
</style>