Shades of Malibu #62ACDD
Tints of Malibu #62ACDD
RGB
CMYK
RGB Variations
Color information
#62ACDD (or 0x62ACDD) is known color: Malibu. HEX triplet: 62, AC and DD. RGB value is (98,172,221). Sum of RGB (Red+Green+Blue) = 98+172+221=491 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.96% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #62ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ACDD is #9D5322. Grayscale: #9B9B9B. Windows color (decimal): -10310435 or 14527586. OLE color: 14527586.
HSL color Cylindrical-coordinate representation of color #62ACDD: hue angle of 203.9º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62ACDD is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 172 | 221 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.13 |
| HSL | 203.9º | 0.64% | 0.63% | - |
| HSV(B) | 203.9º | 0.56% | 0.87% | - |
| XYZ | 32.84 | 37.32 | 73.88 | - |
| YUV | 155.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 221 | 0.56 | 0.22 | 0 | 0.13 | 203.9 | 0.64 | 0.63 |
| Hex | 62 | AC | DD | 38 | 16 | 0 | D | CC | 40 | 3F |
| Octal | 142 | 254 | 335 | 70 | 26 | 0 | 15 | 314 | 100 | 77 |
| Binary | 1100010 | 10101100 | 11011101 | 111000 | 10110 | 0 | 1101 | 11001100 | 1000000 | 111111 |
Color Harmonies of #62ACDD
Complementary color
Monochromatic Colors of #62ACDD
Black with #62ACDD
Text Example
Text Example
White with #62ACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ACDD; }
p { color: rgb(98,172,221); }
H1.HeaderClassName
{
color: #62ACDD;
}
.AnyTagClassName
{
color: #62ACDD;
}
</style>
background-color css
<style>
a { background-color: #62ACDD; }
a { background-color: rgb(98,172,221); }
div.DivClassName
{
background-color: #62ACDD;
}
.BgClassName
{
background-color: #62ACDD;
}
</style>
border-color css
<style>
span { border-color: #62ACDD; }
span { border-color: rgb(98,172,221); }
td.TdClassName
{
border-color: #62ACDD;
}
.TagClassName
{
border-color: #62ACDD;
}
</style>