Shades of Malibu #62ABDD
Tints of Malibu #62ABDD
RGB
CMYK
RGB Variations
Color information
#62ABDD (or 0x62ABDD) is known color: Malibu. HEX triplet: 62, AB and DD. RGB value is (98,171,221). Sum of RGB (Red+Green+Blue) = 98+171+221=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #62ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ABDD is #9D5422. Grayscale: #9A9A9A. Windows color (decimal): -10310691 or 14527330. OLE color: 14527330.
HSL color Cylindrical-coordinate representation of color #62ABDD: hue angle of 204.39º 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 #62ABDD is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 171 | 221 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.13 |
| HSL | 204.39º | 0.64% | 0.63% | - |
| HSV(B) | 204.39º | 0.56% | 0.87% | - |
| XYZ | 32.65 | 36.94 | 73.82 | - |
| YUV | 154.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 221 | 0.56 | 0.23 | 0 | 0.13 | 204.39 | 0.64 | 0.63 |
| Hex | 62 | AB | DD | 38 | 17 | 0 | D | CC | 40 | 3F |
| Octal | 142 | 253 | 335 | 70 | 27 | 0 | 15 | 314 | 100 | 77 |
| Binary | 1100010 | 10101011 | 11011101 | 111000 | 10111 | 0 | 1101 | 11001100 | 1000000 | 111111 |
Color Harmonies of #62ABDD
Complementary color
Monochromatic Colors of #62ABDD
Black with #62ABDD
Text Example
Text Example
White with #62ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ABDD; }
p { color: rgb(98,171,221); }
H1.HeaderClassName
{
color: #62ABDD;
}
.AnyTagClassName
{
color: #62ABDD;
}
</style>
background-color css
<style>
a { background-color: #62ABDD; }
a { background-color: rgb(98,171,221); }
div.DivClassName
{
background-color: #62ABDD;
}
.BgClassName
{
background-color: #62ABDD;
}
</style>
border-color css
<style>
span { border-color: #62ABDD; }
span { border-color: rgb(98,171,221); }
td.TdClassName
{
border-color: #62ABDD;
}
.TagClassName
{
border-color: #62ABDD;
}
</style>