Shades of Malibu #69ADF1
Tints of Malibu #69ADF1
RGB
CMYK
RGB Variations
Color information
#69ADF1 (or 0x69ADF1) is known color: Malibu. HEX triplet: 69, AD and F1. RGB value is (105,173,241). Sum of RGB (Red+Green+Blue) = 105+173+241=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #69ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADF1 is #96520E. Grayscale: #A0A0A0. Windows color (decimal): -9851407 or 15838569. OLE color: 15838569.
HSL color Cylindrical-coordinate representation of color #69ADF1: hue angle of 210º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ADF1 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 173 | 241 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.05 |
| HSL | 210º | 0.83% | 0.68% | - |
| HSV(B) | 210º | 0.56% | 0.95% | - |
| XYZ | 36.65 | 39.24 | 88.86 | - |
| YUV | 160.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 241 | 0.56 | 0.28 | 0 | 0.05 | 210 | 0.83 | 0.68 |
| Hex | 69 | AD | F1 | 38 | 1C | 0 | 5 | D2 | 53 | 44 |
| Octal | 151 | 255 | 361 | 70 | 34 | 0 | 5 | 322 | 123 | 104 |
| Binary | 1101001 | 10101101 | 11110001 | 111000 | 11100 | 0 | 101 | 11010010 | 1010011 | 1000100 |
Color Harmonies of #69ADF1
Complementary color
Monochromatic Colors of #69ADF1
Black with #69ADF1
Text Example
Text Example
White with #69ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADF1; }
p { color: rgb(105,173,241); }
H1.HeaderClassName
{
color: #69ADF1;
}
.AnyTagClassName
{
color: #69ADF1;
}
</style>
background-color css
<style>
a { background-color: #69ADF1; }
a { background-color: rgb(105,173,241); }
div.DivClassName
{
background-color: #69ADF1;
}
.BgClassName
{
background-color: #69ADF1;
}
</style>
border-color css
<style>
span { border-color: #69ADF1; }
span { border-color: rgb(105,173,241); }
td.TdClassName
{
border-color: #69ADF1;
}
.TagClassName
{
border-color: #69ADF1;
}
</style>