Shades of Malibu #62ACF2
Tints of Malibu #62ACF2
RGB
CMYK
RGB Variations
Color information
#62ACF2 (or 0x62ACF2) is known color: Malibu. HEX triplet: 62, AC and F2. RGB value is (98,172,242). Sum of RGB (Red+Green+Blue) = 98+172+242=512 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.14% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #62ACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62ACF2 is #9D530D. Grayscale: #9D9D9D. Windows color (decimal): -10310414 or 15903842. OLE color: 15903842.
HSL color Cylindrical-coordinate representation of color #62ACF2: hue angle of 209.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62ACF2 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 172 | 242 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.05 |
| HSL | 209.17º | 0.85% | 0.67% | - |
| HSV(B) | 209.17º | 0.6% | 0.95% | - |
| XYZ | 35.82 | 38.51 | 89.55 | - |
| YUV | 157.85 | 175.48 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 242 | 0.60 | 0.29 | 0 | 0.05 | 209.17 | 0.85 | 0.67 |
| Hex | 62 | AC | F2 | 3C | 1D | 0 | 5 | D1 | 55 | 43 |
| Octal | 142 | 254 | 362 | 74 | 35 | 0 | 5 | 321 | 125 | 103 |
| Binary | 1100010 | 10101100 | 11110010 | 111100 | 11101 | 0 | 101 | 11010001 | 1010101 | 1000011 |
Color Harmonies of #62ACF2
Complementary color
Monochromatic Colors of #62ACF2
Black with #62ACF2
Text Example
Text Example
White with #62ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ACF2; }
p { color: rgb(98,172,242); }
H1.HeaderClassName
{
color: #62ACF2;
}
.AnyTagClassName
{
color: #62ACF2;
}
</style>
background-color css
<style>
a { background-color: #62ACF2; }
a { background-color: rgb(98,172,242); }
div.DivClassName
{
background-color: #62ACF2;
}
.BgClassName
{
background-color: #62ACF2;
}
</style>
border-color css
<style>
span { border-color: #62ACF2; }
span { border-color: rgb(98,172,242); }
td.TdClassName
{
border-color: #62ACF2;
}
.TagClassName
{
border-color: #62ACF2;
}
</style>