Shades of Malibu #62BCDF
Tints of Malibu #62BCDF
RGB
CMYK
RGB Variations
Color information
#62BCDF (or 0x62BCDF) is known color: Malibu. HEX triplet: 62, BC and DF. RGB value is (98,188,223). Sum of RGB (Red+Green+Blue) = 98+188+223=509 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.25% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #62BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BCDF is #9D4320. Grayscale: #A4A4A4. Windows color (decimal): -10306337 or 14662754. OLE color: 14662754.
HSL color Cylindrical-coordinate representation of color #62BCDF: hue angle of 196.8º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62BCDF is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 188 | 223 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.13 |
| HSL | 196.8º | 0.66% | 0.63% | - |
| HSV(B) | 196.8º | 0.56% | 0.87% | - |
| XYZ | 36.34 | 43.89 | 76.37 | - |
| YUV | 165.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 223 | 0.56 | 0.16 | 0 | 0.13 | 196.8 | 0.66 | 0.63 |
| Hex | 62 | BC | DF | 38 | 10 | 0 | D | C5 | 42 | 3F |
| Octal | 142 | 274 | 337 | 70 | 20 | 0 | 15 | 305 | 102 | 77 |
| Binary | 1100010 | 10111100 | 11011111 | 111000 | 10000 | 0 | 1101 | 11000101 | 1000010 | 111111 |
Color Harmonies of #62BCDF
Complementary color
Monochromatic Colors of #62BCDF
Black with #62BCDF
Text Example
Text Example
White with #62BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BCDF; }
p { color: rgb(98,188,223); }
H1.HeaderClassName
{
color: #62BCDF;
}
.AnyTagClassName
{
color: #62BCDF;
}
</style>
background-color css
<style>
a { background-color: #62BCDF; }
a { background-color: rgb(98,188,223); }
div.DivClassName
{
background-color: #62BCDF;
}
.BgClassName
{
background-color: #62BCDF;
}
</style>
border-color css
<style>
span { border-color: #62BCDF; }
span { border-color: rgb(98,188,223); }
td.TdClassName
{
border-color: #62BCDF;
}
.TagClassName
{
border-color: #62BCDF;
}
</style>