Shades of Malibu #62BCEC
Tints of Malibu #62BCEC
RGB
CMYK
RGB Variations
Color information
#62BCEC (or 0x62BCEC) is known color: Malibu. HEX triplet: 62, BC and EC. RGB value is (98,188,236). Sum of RGB (Red+Green+Blue) = 98+188+236=522 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.77% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #62BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BCEC is #9D4313. Grayscale: #A6A6A6. Windows color (decimal): -10306324 or 15514722. OLE color: 15514722.
HSL color Cylindrical-coordinate representation of color #62BCEC: hue angle of 200.87º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62BCEC is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 188 | 236 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.07 |
| HSL | 200.87º | 0.78% | 0.65% | - |
| HSV(B) | 200.87º | 0.58% | 0.93% | - |
| XYZ | 38.16 | 44.62 | 85.96 | - |
| YUV | 166.56 | 167.18 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 236 | 0.58 | 0.20 | 0 | 0.07 | 200.87 | 0.78 | 0.65 |
| Hex | 62 | BC | EC | 3A | 14 | 0 | 7 | C9 | 4E | 41 |
| Octal | 142 | 274 | 354 | 72 | 24 | 0 | 7 | 311 | 116 | 101 |
| Binary | 1100010 | 10111100 | 11101100 | 111010 | 10100 | 0 | 111 | 11001001 | 1001110 | 1000001 |
Color Harmonies of #62BCEC
Complementary color
Monochromatic Colors of #62BCEC
Black with #62BCEC
Text Example
Text Example
White with #62BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BCEC; }
p { color: rgb(98,188,236); }
H1.HeaderClassName
{
color: #62BCEC;
}
.AnyTagClassName
{
color: #62BCEC;
}
</style>
background-color css
<style>
a { background-color: #62BCEC; }
a { background-color: rgb(98,188,236); }
div.DivClassName
{
background-color: #62BCEC;
}
.BgClassName
{
background-color: #62BCEC;
}
</style>
border-color css
<style>
span { border-color: #62BCEC; }
span { border-color: rgb(98,188,236); }
td.TdClassName
{
border-color: #62BCEC;
}
.TagClassName
{
border-color: #62BCEC;
}
</style>