Shades of Malibu #62BDF2
Tints of Malibu #62BDF2
RGB
CMYK
RGB Variations
Color information
#62BDF2 (or 0x62BDF2) is known color: Malibu. HEX triplet: 62, BD and F2. RGB value is (98,189,242). Sum of RGB (Red+Green+Blue) = 98+189+242=529 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.53% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #62BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BDF2 is #9D420D. Grayscale: #A7A7A7. Windows color (decimal): -10306062 or 15908194. OLE color: 15908194.
HSL color Cylindrical-coordinate representation of color #62BDF2: hue angle of 202.08º 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 #62BDF2 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 189 | 242 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.05 |
| HSL | 202.08º | 0.85% | 0.67% | - |
| HSV(B) | 202.08º | 0.6% | 0.95% | - |
| XYZ | 39.26 | 45.4 | 90.7 | - |
| YUV | 167.83 | 169.85 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 242 | 0.60 | 0.22 | 0 | 0.05 | 202.08 | 0.85 | 0.67 |
| Hex | 62 | BD | F2 | 3C | 16 | 0 | 5 | CA | 55 | 43 |
| Octal | 142 | 275 | 362 | 74 | 26 | 0 | 5 | 312 | 125 | 103 |
| Binary | 1100010 | 10111101 | 11110010 | 111100 | 10110 | 0 | 101 | 11001010 | 1010101 | 1000011 |
Color Harmonies of #62BDF2
Complementary color
Monochromatic Colors of #62BDF2
Black with #62BDF2
Text Example
Text Example
White with #62BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BDF2; }
p { color: rgb(98,189,242); }
H1.HeaderClassName
{
color: #62BDF2;
}
.AnyTagClassName
{
color: #62BDF2;
}
</style>
background-color css
<style>
a { background-color: #62BDF2; }
a { background-color: rgb(98,189,242); }
div.DivClassName
{
background-color: #62BDF2;
}
.BgClassName
{
background-color: #62BDF2;
}
</style>
border-color css
<style>
span { border-color: #62BDF2; }
span { border-color: rgb(98,189,242); }
td.TdClassName
{
border-color: #62BDF2;
}
.TagClassName
{
border-color: #62BDF2;
}
</style>