Shades of Malibu #62BFF2
Tints of Malibu #62BFF2
RGB
CMYK
RGB Variations
Color information
#62BFF2 (or 0x62BFF2) is known color: Malibu. HEX triplet: 62, BF and F2. RGB value is (98,191,242). Sum of RGB (Red+Green+Blue) = 98+191+242=531 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.46% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #62BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BFF2 is #9D400D. Grayscale: #A8A8A8. Windows color (decimal): -10305550 or 15908706. OLE color: 15908706.
HSL color Cylindrical-coordinate representation of color #62BFF2: hue angle of 201.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62BFF2 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 191 | 242 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.05 |
| HSL | 201.25º | 0.85% | 0.67% | - |
| HSV(B) | 201.25º | 0.6% | 0.95% | - |
| XYZ | 39.69 | 46.27 | 90.84 | - |
| YUV | 169.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 242 | 0.60 | 0.21 | 0 | 0.05 | 201.25 | 0.85 | 0.67 |
| Hex | 62 | BF | F2 | 3C | 15 | 0 | 5 | C9 | 55 | 43 |
| Octal | 142 | 277 | 362 | 74 | 25 | 0 | 5 | 311 | 125 | 103 |
| Binary | 1100010 | 10111111 | 11110010 | 111100 | 10101 | 0 | 101 | 11001001 | 1010101 | 1000011 |
Color Harmonies of #62BFF2
Complementary color
Monochromatic Colors of #62BFF2
Black with #62BFF2
Text Example
Text Example
White with #62BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFF2; }
p { color: rgb(98,191,242); }
H1.HeaderClassName
{
color: #62BFF2;
}
.AnyTagClassName
{
color: #62BFF2;
}
</style>
background-color css
<style>
a { background-color: #62BFF2; }
a { background-color: rgb(98,191,242); }
div.DivClassName
{
background-color: #62BFF2;
}
.BgClassName
{
background-color: #62BFF2;
}
</style>
border-color css
<style>
span { border-color: #62BFF2; }
span { border-color: rgb(98,191,242); }
td.TdClassName
{
border-color: #62BFF2;
}
.TagClassName
{
border-color: #62BFF2;
}
</style>