Shades of Malibu #62ADDC
Tints of Malibu #62ADDC
RGB
CMYK
RGB Variations
Color information
#62ADDC (or 0x62ADDC) is known color: Malibu. HEX triplet: 62, AD and DC. RGB value is (98,173,220). Sum of RGB (Red+Green+Blue) = 98+173+220=491 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.96% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #62ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADDC is #9D5223. Grayscale: #9B9B9B. Windows color (decimal): -10310180 or 14462306. OLE color: 14462306.
HSL color Cylindrical-coordinate representation of color #62ADDC: hue angle of 203.11º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62ADDC is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 173 | 220 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.14 |
| HSL | 203.11º | 0.64% | 0.62% | - |
| HSV(B) | 203.11º | 0.55% | 0.86% | - |
| XYZ | 32.9 | 37.65 | 73.24 | - |
| YUV | 155.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 220 | 0.55 | 0.21 | 0 | 0.14 | 203.11 | 0.64 | 0.62 |
| Hex | 62 | AD | DC | 37 | 15 | 0 | E | CB | 40 | 3E |
| Octal | 142 | 255 | 334 | 67 | 25 | 0 | 16 | 313 | 100 | 76 |
| Binary | 1100010 | 10101101 | 11011100 | 110111 | 10101 | 0 | 1110 | 11001011 | 1000000 | 111110 |
Color Harmonies of #62ADDC
Complementary color
Monochromatic Colors of #62ADDC
Black with #62ADDC
Text Example
Text Example
White with #62ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADDC; }
p { color: rgb(98,173,220); }
H1.HeaderClassName
{
color: #62ADDC;
}
.AnyTagClassName
{
color: #62ADDC;
}
</style>
background-color css
<style>
a { background-color: #62ADDC; }
a { background-color: rgb(98,173,220); }
div.DivClassName
{
background-color: #62ADDC;
}
.BgClassName
{
background-color: #62ADDC;
}
</style>
border-color css
<style>
span { border-color: #62ADDC; }
span { border-color: rgb(98,173,220); }
td.TdClassName
{
border-color: #62ADDC;
}
.TagClassName
{
border-color: #62ADDC;
}
</style>