Shades of Malibu #62BDDB
Tints of Malibu #62BDDB
RGB
CMYK
RGB Variations
Color information
#62BDDB (or 0x62BDDB) is known color: Malibu. HEX triplet: 62, BD and DB. RGB value is (98,189,219). Sum of RGB (Red+Green+Blue) = 98+189+219=506 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.37% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #62BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDDB is #9D4224. Grayscale: #A5A5A5. Windows color (decimal): -10306085 or 14400866. OLE color: 14400866.
HSL color Cylindrical-coordinate representation of color #62BDDB: hue angle of 194.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 #62BDDB is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 189 | 219 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.14 |
| HSL | 194.88º | 0.63% | 0.62% | - |
| HSV(B) | 194.88º | 0.55% | 0.86% | - |
| XYZ | 36.02 | 44.11 | 73.63 | - |
| YUV | 165.21 | 158.35 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 219 | 0.55 | 0.14 | 0 | 0.14 | 194.88 | 0.63 | 0.62 |
| Hex | 62 | BD | DB | 37 | E | 0 | E | C3 | 3F | 3E |
| Octal | 142 | 275 | 333 | 67 | 16 | 0 | 16 | 303 | 77 | 76 |
| Binary | 1100010 | 10111101 | 11011011 | 110111 | 1110 | 0 | 1110 | 11000011 | 111111 | 111110 |
Color Harmonies of #62BDDB
Complementary color
Monochromatic Colors of #62BDDB
Black with #62BDDB
Text Example
Text Example
White with #62BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BDDB; }
p { color: rgb(98,189,219); }
H1.HeaderClassName
{
color: #62BDDB;
}
.AnyTagClassName
{
color: #62BDDB;
}
</style>
background-color css
<style>
a { background-color: #62BDDB; }
a { background-color: rgb(98,189,219); }
div.DivClassName
{
background-color: #62BDDB;
}
.BgClassName
{
background-color: #62BDDB;
}
</style>
border-color css
<style>
span { border-color: #62BDDB; }
span { border-color: rgb(98,189,219); }
td.TdClassName
{
border-color: #62BDDB;
}
.TagClassName
{
border-color: #62BDDB;
}
</style>