Shades of Malibu #62BFDB
Tints of Malibu #62BFDB
RGB
CMYK
RGB Variations
Color information
#62BFDB (or 0x62BFDB) is known color: Malibu. HEX triplet: 62, BF and DB. RGB value is (98,191,219). Sum of RGB (Red+Green+Blue) = 98+191+219=508 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.29% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #62BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BFDB is #9D4024. Grayscale: #A6A6A6. Windows color (decimal): -10305573 or 14401378. OLE color: 14401378.
HSL color Cylindrical-coordinate representation of color #62BFDB: hue angle of 193.88º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62BFDB is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 191 | 219 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.14 |
| HSL | 193.88º | 0.63% | 0.62% | - |
| HSV(B) | 193.88º | 0.55% | 0.86% | - |
| XYZ | 36.45 | 44.97 | 73.78 | - |
| YUV | 166.39 | 157.69 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 219 | 0.55 | 0.13 | 0 | 0.14 | 193.88 | 0.63 | 0.62 |
| Hex | 62 | BF | DB | 37 | D | 0 | E | C2 | 3F | 3E |
| Octal | 142 | 277 | 333 | 67 | 15 | 0 | 16 | 302 | 77 | 76 |
| Binary | 1100010 | 10111111 | 11011011 | 110111 | 1101 | 0 | 1110 | 11000010 | 111111 | 111110 |
Color Harmonies of #62BFDB
Complementary color
Monochromatic Colors of #62BFDB
Black with #62BFDB
Text Example
Text Example
White with #62BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BFDB; }
p { color: rgb(98,191,219); }
H1.HeaderClassName
{
color: #62BFDB;
}
.AnyTagClassName
{
color: #62BFDB;
}
</style>
background-color css
<style>
a { background-color: #62BFDB; }
a { background-color: rgb(98,191,219); }
div.DivClassName
{
background-color: #62BFDB;
}
.BgClassName
{
background-color: #62BFDB;
}
</style>
border-color css
<style>
span { border-color: #62BFDB; }
span { border-color: rgb(98,191,219); }
td.TdClassName
{
border-color: #62BFDB;
}
.TagClassName
{
border-color: #62BFDB;
}
</style>