Shades of Malibu #62B2F2
Tints of Malibu #62B2F2
RGB
CMYK
RGB Variations
Color information
#62B2F2 (or 0x62B2F2) is known color: Malibu. HEX triplet: 62, B2 and F2. RGB value is (98,178,242). Sum of RGB (Red+Green+Blue) = 98+178+242=518 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.92% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #62B2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62B2F2 is #9D4D0D. Grayscale: #A1A1A1. Windows color (decimal): -10308878 or 15905378. OLE color: 15905378.
HSL color Cylindrical-coordinate representation of color #62B2F2: hue angle of 206.67º 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 #62B2F2 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 178 | 242 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.05 |
| HSL | 206.67º | 0.85% | 0.67% | - |
| HSV(B) | 206.67º | 0.6% | 0.95% | - |
| XYZ | 36.98 | 40.85 | 89.94 | - |
| YUV | 161.38 | 173.5 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 242 | 0.60 | 0.26 | 0 | 0.05 | 206.67 | 0.85 | 0.67 |
| Hex | 62 | B2 | F2 | 3C | 1A | 0 | 5 | CF | 55 | 43 |
| Octal | 142 | 262 | 362 | 74 | 32 | 0 | 5 | 317 | 125 | 103 |
| Binary | 1100010 | 10110010 | 11110010 | 111100 | 11010 | 0 | 101 | 11001111 | 1010101 | 1000011 |
Color Harmonies of #62B2F2
Complementary color
Monochromatic Colors of #62B2F2
Black with #62B2F2
Text Example
Text Example
White with #62B2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B2F2; }
p { color: rgb(98,178,242); }
H1.HeaderClassName
{
color: #62B2F2;
}
.AnyTagClassName
{
color: #62B2F2;
}
</style>
background-color css
<style>
a { background-color: #62B2F2; }
a { background-color: rgb(98,178,242); }
div.DivClassName
{
background-color: #62B2F2;
}
.BgClassName
{
background-color: #62B2F2;
}
</style>
border-color css
<style>
span { border-color: #62B2F2; }
span { border-color: rgb(98,178,242); }
td.TdClassName
{
border-color: #62B2F2;
}
.TagClassName
{
border-color: #62B2F2;
}
</style>