Shades of Malibu #62BED4
Tints of Malibu #62BED4
RGB
CMYK
RGB Variations
Color information
#62BED4 (or 0x62BED4) is known color: Malibu. HEX triplet: 62, BE and D4. RGB value is (98,190,212). Sum of RGB (Red+Green+Blue) = 98+190+212=500 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #62BED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BED4 is #9D412B. Grayscale: #A4A4A4. Windows color (decimal): -10305836 or 13942370. OLE color: 13942370.
HSL color Cylindrical-coordinate representation of color #62BED4: hue angle of 191.58º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62BED4 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 190 | 212 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.17 |
| HSL | 191.58º | 0.57% | 0.61% | - |
| HSV(B) | 191.58º | 0.54% | 0.83% | - |
| XYZ | 35.33 | 44.18 | 68.95 | - |
| YUV | 165 | 154.52 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 190 | 212 | 0.54 | 0.10 | 0 | 0.17 | 191.58 | 0.57 | 0.61 |
| Hex | 62 | BE | D4 | 36 | A | 0 | 11 | C0 | 39 | 3D |
| Octal | 142 | 276 | 324 | 66 | 12 | 0 | 21 | 300 | 71 | 75 |
| Binary | 1100010 | 10111110 | 11010100 | 110110 | 1010 | 0 | 10001 | 11000000 | 111001 | 111101 |
Color Harmonies of #62BED4
Complementary color
Monochromatic Colors of #62BED4
Black with #62BED4
Text Example
Text Example
White with #62BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BED4; }
p { color: rgb(98,190,212); }
H1.HeaderClassName
{
color: #62BED4;
}
.AnyTagClassName
{
color: #62BED4;
}
</style>
background-color css
<style>
a { background-color: #62BED4; }
a { background-color: rgb(98,190,212); }
div.DivClassName
{
background-color: #62BED4;
}
.BgClassName
{
background-color: #62BED4;
}
</style>
border-color css
<style>
span { border-color: #62BED4; }
span { border-color: rgb(98,190,212); }
td.TdClassName
{
border-color: #62BED4;
}
.TagClassName
{
border-color: #62BED4;
}
</style>