Shades of Malibu #69C3DC
Tints of Malibu #69C3DC
RGB
CMYK
RGB Variations
Color information
#69C3DC (or 0x69C3DC) is known color: Malibu. HEX triplet: 69, C3 and DC. RGB value is (105,195,220). Sum of RGB (Red+Green+Blue) = 105+195+220=520 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.19% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #69C3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C3DC is #963C23. Grayscale: #AAAAAA. Windows color (decimal): -9845796 or 14467945. OLE color: 14467945.
HSL color Cylindrical-coordinate representation of color #69C3DC: hue angle of 193.04º 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 #69C3DC is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 195 | 220 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.14 |
| HSL | 193.04º | 0.62% | 0.64% | - |
| HSV(B) | 193.04º | 0.52% | 0.86% | - |
| XYZ | 38.26 | 47.2 | 74.8 | - |
| YUV | 170.94 | 155.68 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 220 | 0.52 | 0.11 | 0 | 0.14 | 193.04 | 0.62 | 0.64 |
| Hex | 69 | C3 | DC | 34 | B | 0 | E | C1 | 3E | 40 |
| Octal | 151 | 303 | 334 | 64 | 13 | 0 | 16 | 301 | 76 | 100 |
| Binary | 1101001 | 11000011 | 11011100 | 110100 | 1011 | 0 | 1110 | 11000001 | 111110 | 1000000 |
Color Harmonies of #69C3DC
Complementary color
Monochromatic Colors of #69C3DC
Black with #69C3DC
Text Example
Text Example
White with #69C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C3DC; }
p { color: rgb(105,195,220); }
H1.HeaderClassName
{
color: #69C3DC;
}
.AnyTagClassName
{
color: #69C3DC;
}
</style>
background-color css
<style>
a { background-color: #69C3DC; }
a { background-color: rgb(105,195,220); }
div.DivClassName
{
background-color: #69C3DC;
}
.BgClassName
{
background-color: #69C3DC;
}
</style>
border-color css
<style>
span { border-color: #69C3DC; }
span { border-color: rgb(105,195,220); }
td.TdClassName
{
border-color: #69C3DC;
}
.TagClassName
{
border-color: #69C3DC;
}
</style>