Shades of Malibu #69ACD3
Tints of Malibu #69ACD3
RGB
CMYK
RGB Variations
Color information
#69ACD3 (or 0x69ACD3) is known color: Malibu. HEX triplet: 69, AC and D3. RGB value is (105,172,211). Sum of RGB (Red+Green+Blue) = 105+172+211=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #69ACD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACD3 is #96532C. Grayscale: #9C9C9C. Windows color (decimal): -9851693 or 13872233. OLE color: 13872233.
HSL color Cylindrical-coordinate representation of color #69ACD3: hue angle of 202.08º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69ACD3 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 172 | 211 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.17 |
| HSL | 202.08º | 0.55% | 0.62% | - |
| HSV(B) | 202.08º | 0.5% | 0.83% | - |
| XYZ | 32.34 | 37.21 | 67.11 | - |
| YUV | 156.41 | 158.8 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 211 | 0.50 | 0.18 | 0 | 0.17 | 202.08 | 0.55 | 0.62 |
| Hex | 69 | AC | D3 | 32 | 12 | 0 | 11 | CA | 37 | 3E |
| Octal | 151 | 254 | 323 | 62 | 22 | 0 | 21 | 312 | 67 | 76 |
| Binary | 1101001 | 10101100 | 11010011 | 110010 | 10010 | 0 | 10001 | 11001010 | 110111 | 111110 |
Color Harmonies of #69ACD3
Complementary color
Monochromatic Colors of #69ACD3
Black with #69ACD3
Text Example
Text Example
White with #69ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ACD3; }
p { color: rgb(105,172,211); }
H1.HeaderClassName
{
color: #69ACD3;
}
.AnyTagClassName
{
color: #69ACD3;
}
</style>
background-color css
<style>
a { background-color: #69ACD3; }
a { background-color: rgb(105,172,211); }
div.DivClassName
{
background-color: #69ACD3;
}
.BgClassName
{
background-color: #69ACD3;
}
</style>
border-color css
<style>
span { border-color: #69ACD3; }
span { border-color: rgb(105,172,211); }
td.TdClassName
{
border-color: #69ACD3;
}
.TagClassName
{
border-color: #69ACD3;
}
</style>