Shades of Malibu #62AEDB
Tints of Malibu #62AEDB
RGB
CMYK
RGB Variations
Color information
#62AEDB (or 0x62AEDB) is known color: Malibu. HEX triplet: 62, AE and DB. RGB value is (98,174,219). Sum of RGB (Red+Green+Blue) = 98+174+219=491 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.96% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #62AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AEDB is #9D5124. Grayscale: #9C9C9C. Windows color (decimal): -10309925 or 14397026. OLE color: 14397026.
HSL color Cylindrical-coordinate representation of color #62AEDB: hue angle of 202.31º degrees, saturation: 0.63, 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 #62AEDB is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 174 | 219 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.14 |
| HSL | 202.31º | 0.63% | 0.62% | - |
| HSV(B) | 202.31º | 0.55% | 0.86% | - |
| XYZ | 32.96 | 37.98 | 72.61 | - |
| YUV | 156.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 174 | 219 | 0.55 | 0.21 | 0 | 0.14 | 202.31 | 0.63 | 0.62 |
| Hex | 62 | AE | DB | 37 | 15 | 0 | E | CA | 3F | 3E |
| Octal | 142 | 256 | 333 | 67 | 25 | 0 | 16 | 312 | 77 | 76 |
| Binary | 1100010 | 10101110 | 11011011 | 110111 | 10101 | 0 | 1110 | 11001010 | 111111 | 111110 |
Color Harmonies of #62AEDB
Complementary color
Monochromatic Colors of #62AEDB
Black with #62AEDB
Text Example
Text Example
White with #62AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AEDB; }
p { color: rgb(98,174,219); }
H1.HeaderClassName
{
color: #62AEDB;
}
.AnyTagClassName
{
color: #62AEDB;
}
</style>
background-color css
<style>
a { background-color: #62AEDB; }
a { background-color: rgb(98,174,219); }
div.DivClassName
{
background-color: #62AEDB;
}
.BgClassName
{
background-color: #62AEDB;
}
</style>
border-color css
<style>
span { border-color: #62AEDB; }
span { border-color: rgb(98,174,219); }
td.TdClassName
{
border-color: #62AEDB;
}
.TagClassName
{
border-color: #62AEDB;
}
</style>