Shades of Malibu #62ACF0
Tints of Malibu #62ACF0
RGB
CMYK
RGB Variations
Color information
#62ACF0 (or 0x62ACF0) is known color: Malibu. HEX triplet: 62, AC and F0. RGB value is (98,172,240). Sum of RGB (Red+Green+Blue) = 98+172+240=510 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.22% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #62ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62ACF0 is #9D530F. Grayscale: #9D9D9D. Windows color (decimal): -10310416 or 15772770. OLE color: 15772770.
HSL color Cylindrical-coordinate representation of color #62ACF0: hue angle of 208.73º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62ACF0 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 172 | 240 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.06 |
| HSL | 208.73º | 0.83% | 0.66% | - |
| HSV(B) | 208.73º | 0.59% | 0.94% | - |
| XYZ | 35.52 | 38.39 | 87.98 | - |
| YUV | 157.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 240 | 0.59 | 0.28 | 0 | 0.06 | 208.73 | 0.83 | 0.66 |
| Hex | 62 | AC | F0 | 3B | 1C | 0 | 6 | D1 | 53 | 42 |
| Octal | 142 | 254 | 360 | 73 | 34 | 0 | 6 | 321 | 123 | 102 |
| Binary | 1100010 | 10101100 | 11110000 | 111011 | 11100 | 0 | 110 | 11010001 | 1010011 | 1000010 |
Color Harmonies of #62ACF0
Complementary color
Monochromatic Colors of #62ACF0
Black with #62ACF0
Text Example
Text Example
White with #62ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ACF0; }
p { color: rgb(98,172,240); }
H1.HeaderClassName
{
color: #62ACF0;
}
.AnyTagClassName
{
color: #62ACF0;
}
</style>
background-color css
<style>
a { background-color: #62ACF0; }
a { background-color: rgb(98,172,240); }
div.DivClassName
{
background-color: #62ACF0;
}
.BgClassName
{
background-color: #62ACF0;
}
</style>
border-color css
<style>
span { border-color: #62ACF0; }
span { border-color: rgb(98,172,240); }
td.TdClassName
{
border-color: #62ACF0;
}
.TagClassName
{
border-color: #62ACF0;
}
</style>