Shades of Malibu #62BFEC
Tints of Malibu #62BFEC
RGB
CMYK
RGB Variations
Color information
#62BFEC (or 0x62BFEC) is known color: Malibu. HEX triplet: 62, BF and EC. RGB value is (98,191,236). Sum of RGB (Red+Green+Blue) = 98+191+236=525 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.67% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #62BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BFEC is #9D4013. Grayscale: #A8A8A8. Windows color (decimal): -10305556 or 15515490. OLE color: 15515490.
HSL color Cylindrical-coordinate representation of color #62BFEC: hue angle of 199.57º 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 #62BFEC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 191 | 236 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.07 |
| HSL | 199.57º | 0.78% | 0.65% | - |
| HSV(B) | 199.57º | 0.58% | 0.93% | - |
| XYZ | 38.81 | 45.91 | 86.17 | - |
| YUV | 168.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 236 | 0.58 | 0.19 | 0 | 0.07 | 199.57 | 0.78 | 0.65 |
| Hex | 62 | BF | EC | 3A | 13 | 0 | 7 | C8 | 4E | 41 |
| Octal | 142 | 277 | 354 | 72 | 23 | 0 | 7 | 310 | 116 | 101 |
| Binary | 1100010 | 10111111 | 11101100 | 111010 | 10011 | 0 | 111 | 11001000 | 1001110 | 1000001 |
Color Harmonies of #62BFEC
Complementary color
Monochromatic Colors of #62BFEC
Black with #62BFEC
Text Example
Text Example
White with #62BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFEC; }
p { color: rgb(98,191,236); }
H1.HeaderClassName
{
color: #62BFEC;
}
.AnyTagClassName
{
color: #62BFEC;
}
</style>
background-color css
<style>
a { background-color: #62BFEC; }
a { background-color: rgb(98,191,236); }
div.DivClassName
{
background-color: #62BFEC;
}
.BgClassName
{
background-color: #62BFEC;
}
</style>
border-color css
<style>
span { border-color: #62BFEC; }
span { border-color: rgb(98,191,236); }
td.TdClassName
{
border-color: #62BFEC;
}
.TagClassName
{
border-color: #62BFEC;
}
</style>