Shades of Malibu #62B2DC
Tints of Malibu #62B2DC
RGB
CMYK
RGB Variations
Color information
#62B2DC (or 0x62B2DC) is known color: Malibu. HEX triplet: 62, B2 and DC. RGB value is (98,178,220). Sum of RGB (Red+Green+Blue) = 98+178+220=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #62B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B2DC is #9D4D23. Grayscale: #9E9E9E. Windows color (decimal): -10308900 or 14463586. OLE color: 14463586.
HSL color Cylindrical-coordinate representation of color #62B2DC: hue angle of 200.66º 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 #62B2DC is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 178 | 220 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.14 |
| HSL | 200.66º | 0.64% | 0.62% | - |
| HSV(B) | 200.66º | 0.55% | 0.86% | - |
| XYZ | 33.88 | 39.6 | 73.57 | - |
| YUV | 158.87 | 162.5 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 220 | 0.55 | 0.19 | 0 | 0.14 | 200.66 | 0.64 | 0.62 |
| Hex | 62 | B2 | DC | 37 | 13 | 0 | E | C9 | 40 | 3E |
| Octal | 142 | 262 | 334 | 67 | 23 | 0 | 16 | 311 | 100 | 76 |
| Binary | 1100010 | 10110010 | 11011100 | 110111 | 10011 | 0 | 1110 | 11001001 | 1000000 | 111110 |
Color Harmonies of #62B2DC
Complementary color
Monochromatic Colors of #62B2DC
Black with #62B2DC
Text Example
Text Example
White with #62B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B2DC; }
p { color: rgb(98,178,220); }
H1.HeaderClassName
{
color: #62B2DC;
}
.AnyTagClassName
{
color: #62B2DC;
}
</style>
background-color css
<style>
a { background-color: #62B2DC; }
a { background-color: rgb(98,178,220); }
div.DivClassName
{
background-color: #62B2DC;
}
.BgClassName
{
background-color: #62B2DC;
}
</style>
border-color css
<style>
span { border-color: #62B2DC; }
span { border-color: rgb(98,178,220); }
td.TdClassName
{
border-color: #62B2DC;
}
.TagClassName
{
border-color: #62B2DC;
}
</style>