Shades of Malibu #60A9DF
Tints of Malibu #60A9DF
RGB
CMYK
RGB Variations
Color information
#60A9DF (or 0x60A9DF) is known color: Malibu. HEX triplet: 60, A9 and DF. RGB value is (96,169,223). Sum of RGB (Red+Green+Blue) = 96+169+223=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #60A9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A9DF is #9F5620. Grayscale: #999999. Windows color (decimal): -10442273 or 14657888. OLE color: 14657888.
HSL color Cylindrical-coordinate representation of color #60A9DF: hue angle of 205.51º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60A9DF is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 169 | 223 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.13 |
| HSL | 205.51º | 0.66% | 0.63% | - |
| HSV(B) | 205.51º | 0.57% | 0.87% | - |
| XYZ | 32.33 | 36.19 | 75.09 | - |
| YUV | 153.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 169 | 223 | 0.57 | 0.24 | 0 | 0.13 | 205.51 | 0.66 | 0.63 |
| Hex | 60 | A9 | DF | 39 | 18 | 0 | D | CE | 42 | 3F |
| Octal | 140 | 251 | 337 | 71 | 30 | 0 | 15 | 316 | 102 | 77 |
| Binary | 1100000 | 10101001 | 11011111 | 111001 | 11000 | 0 | 1101 | 11001110 | 1000010 | 111111 |
Color Harmonies of #60A9DF
Complementary color
Monochromatic Colors of #60A9DF
Black with #60A9DF
Text Example
Text Example
White with #60A9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A9DF; }
p { color: rgb(96,169,223); }
H1.HeaderClassName
{
color: #60A9DF;
}
.AnyTagClassName
{
color: #60A9DF;
}
</style>
background-color css
<style>
a { background-color: #60A9DF; }
a { background-color: rgb(96,169,223); }
div.DivClassName
{
background-color: #60A9DF;
}
.BgClassName
{
background-color: #60A9DF;
}
</style>
border-color css
<style>
span { border-color: #60A9DF; }
span { border-color: rgb(96,169,223); }
td.TdClassName
{
border-color: #60A9DF;
}
.TagClassName
{
border-color: #60A9DF;
}
</style>