Shades of Malibu #62BAF2
Tints of Malibu #62BAF2
RGB
CMYK
RGB Variations
Color information
#62BAF2 (or 0x62BAF2) is known color: Malibu. HEX triplet: 62, BA and F2. RGB value is (98,186,242). Sum of RGB (Red+Green+Blue) = 98+186+242=526 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.63% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #62BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BAF2 is #9D450D. Grayscale: #A5A5A5. Windows color (decimal): -10306830 or 15907426. OLE color: 15907426.
HSL color Cylindrical-coordinate representation of color #62BAF2: hue angle of 203.33º 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 #62BAF2 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 186 | 242 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.05 |
| HSL | 203.33º | 0.85% | 0.67% | - |
| HSV(B) | 203.33º | 0.6% | 0.95% | - |
| XYZ | 38.62 | 44.13 | 90.49 | - |
| YUV | 166.07 | 170.85 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 242 | 0.60 | 0.23 | 0 | 0.05 | 203.33 | 0.85 | 0.67 |
| Hex | 62 | BA | F2 | 3C | 17 | 0 | 5 | CB | 55 | 43 |
| Octal | 142 | 272 | 362 | 74 | 27 | 0 | 5 | 313 | 125 | 103 |
| Binary | 1100010 | 10111010 | 11110010 | 111100 | 10111 | 0 | 101 | 11001011 | 1010101 | 1000011 |
Color Harmonies of #62BAF2
Complementary color
Monochromatic Colors of #62BAF2
Black with #62BAF2
Text Example
Text Example
White with #62BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BAF2; }
p { color: rgb(98,186,242); }
H1.HeaderClassName
{
color: #62BAF2;
}
.AnyTagClassName
{
color: #62BAF2;
}
</style>
background-color css
<style>
a { background-color: #62BAF2; }
a { background-color: rgb(98,186,242); }
div.DivClassName
{
background-color: #62BAF2;
}
.BgClassName
{
background-color: #62BAF2;
}
</style>
border-color css
<style>
span { border-color: #62BAF2; }
span { border-color: rgb(98,186,242); }
td.TdClassName
{
border-color: #62BAF2;
}
.TagClassName
{
border-color: #62BAF2;
}
</style>