Shades of Malibu #60ADF0
Tints of Malibu #60ADF0
RGB
CMYK
RGB Variations
Color information
#60ADF0 (or 0x60ADF0) is known color: Malibu. HEX triplet: 60, AD and F0. RGB value is (96,173,240). Sum of RGB (Red+Green+Blue) = 96+173+240=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #60ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ADF0 is #9F520F. Grayscale: #9D9D9D. Windows color (decimal): -10441232 or 15773024. OLE color: 15773024.
HSL color Cylindrical-coordinate representation of color #60ADF0: hue angle of 207.92º degrees, saturation: 0.83, 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 #60ADF0 is Cyan = 0.6, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 173 | 240 | - |
| CMYK | 0.6 | 0.28 | 0 | 0.06 |
| HSL | 207.92º | 0.83% | 0.66% | - |
| HSV(B) | 207.92º | 0.6% | 0.94% | - |
| XYZ | 35.5 | 38.67 | 88.03 | - |
| YUV | 157.62 | 174.49 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 240 | 0.6 | 0.28 | 0 | 0.06 | 207.92 | 0.83 | 0.66 |
| Hex | 60 | AD | F0 | 3C | 1C | 0 | 6 | D0 | 53 | 42 |
| Octal | 140 | 255 | 360 | 74 | 34 | 0 | 6 | 320 | 123 | 102 |
| Binary | 1100000 | 10101101 | 11110000 | 111100 | 11100 | 0 | 110 | 11010000 | 1010011 | 1000010 |
Color Harmonies of #60ADF0
Complementary color
Monochromatic Colors of #60ADF0
Black with #60ADF0
Text Example
Text Example
White with #60ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADF0; }
p { color: rgb(96,173,240); }
H1.HeaderClassName
{
color: #60ADF0;
}
.AnyTagClassName
{
color: #60ADF0;
}
</style>
background-color css
<style>
a { background-color: #60ADF0; }
a { background-color: rgb(96,173,240); }
div.DivClassName
{
background-color: #60ADF0;
}
.BgClassName
{
background-color: #60ADF0;
}
</style>
border-color css
<style>
span { border-color: #60ADF0; }
span { border-color: rgb(96,173,240); }
td.TdClassName
{
border-color: #60ADF0;
}
.TagClassName
{
border-color: #60ADF0;
}
</style>