Shades of Malibu #60ADEF
Tints of Malibu #60ADEF
RGB
CMYK
RGB Variations
Color information
#60ADEF (or 0x60ADEF) is known color: Malibu. HEX triplet: 60, AD and EF. RGB value is (96,173,239). Sum of RGB (Red+Green+Blue) = 96+173+239=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #60ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ADEF is #9F5210. Grayscale: #9D9D9D. Windows color (decimal): -10441233 or 15707488. OLE color: 15707488.
HSL color Cylindrical-coordinate representation of color #60ADEF: hue angle of 207.69º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60ADEF is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 173 | 239 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.06 |
| HSL | 207.69º | 0.82% | 0.66% | - |
| HSV(B) | 207.69º | 0.6% | 0.94% | - |
| XYZ | 35.35 | 38.61 | 87.25 | - |
| YUV | 157.5 | 173.99 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 239 | 0.60 | 0.28 | 0 | 0.06 | 207.69 | 0.82 | 0.66 |
| Hex | 60 | AD | EF | 3C | 1C | 0 | 6 | D0 | 52 | 42 |
| Octal | 140 | 255 | 357 | 74 | 34 | 0 | 6 | 320 | 122 | 102 |
| Binary | 1100000 | 10101101 | 11101111 | 111100 | 11100 | 0 | 110 | 11010000 | 1010010 | 1000010 |
Color Harmonies of #60ADEF
Complementary color
Monochromatic Colors of #60ADEF
Black with #60ADEF
Text Example
Text Example
White with #60ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADEF; }
p { color: rgb(96,173,239); }
H1.HeaderClassName
{
color: #60ADEF;
}
.AnyTagClassName
{
color: #60ADEF;
}
</style>
background-color css
<style>
a { background-color: #60ADEF; }
a { background-color: rgb(96,173,239); }
div.DivClassName
{
background-color: #60ADEF;
}
.BgClassName
{
background-color: #60ADEF;
}
</style>
border-color css
<style>
span { border-color: #60ADEF; }
span { border-color: rgb(96,173,239); }
td.TdClassName
{
border-color: #60ADEF;
}
.TagClassName
{
border-color: #60ADEF;
}
</style>