Shades of Malibu #69C2DF
Tints of Malibu #69C2DF
RGB
CMYK
RGB Variations
Color information
#69C2DF (or 0x69C2DF) is known color: Malibu. HEX triplet: 69, C2 and DF. RGB value is (105,194,223). Sum of RGB (Red+Green+Blue) = 105+194+223=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #69C2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2DF is #963D20. Grayscale: #AAAAAA. Windows color (decimal): -9846049 or 14664297. OLE color: 14664297.
HSL color Cylindrical-coordinate representation of color #69C2DF: hue angle of 194.75º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69C2DF is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 194 | 223 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.13 |
| HSL | 194.75º | 0.65% | 0.64% | - |
| HSV(B) | 194.75º | 0.53% | 0.87% | - |
| XYZ | 38.44 | 46.91 | 76.84 | - |
| YUV | 170.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 223 | 0.53 | 0.13 | 0 | 0.13 | 194.75 | 0.65 | 0.64 |
| Hex | 69 | C2 | DF | 35 | D | 0 | D | C3 | 41 | 40 |
| Octal | 151 | 302 | 337 | 65 | 15 | 0 | 15 | 303 | 101 | 100 |
| Binary | 1101001 | 11000010 | 11011111 | 110101 | 1101 | 0 | 1101 | 11000011 | 1000001 | 1000000 |
Color Harmonies of #69C2DF
Complementary color
Monochromatic Colors of #69C2DF
Black with #69C2DF
Text Example
Text Example
White with #69C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2DF; }
p { color: rgb(105,194,223); }
H1.HeaderClassName
{
color: #69C2DF;
}
.AnyTagClassName
{
color: #69C2DF;
}
</style>
background-color css
<style>
a { background-color: #69C2DF; }
a { background-color: rgb(105,194,223); }
div.DivClassName
{
background-color: #69C2DF;
}
.BgClassName
{
background-color: #69C2DF;
}
</style>
border-color css
<style>
span { border-color: #69C2DF; }
span { border-color: rgb(105,194,223); }
td.TdClassName
{
border-color: #69C2DF;
}
.TagClassName
{
border-color: #69C2DF;
}
</style>