Shades of Malibu #62BDDF
Tints of Malibu #62BDDF
RGB
CMYK
RGB Variations
Color information
#62BDDF (or 0x62BDDF) is known color: Malibu. HEX triplet: 62, BD and DF. RGB value is (98,189,223). Sum of RGB (Red+Green+Blue) = 98+189+223=510 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.22% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #62BDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BDDF is #9D4220. Grayscale: #A5A5A5. Windows color (decimal): -10306081 or 14663010. OLE color: 14663010.
HSL color Cylindrical-coordinate representation of color #62BDDF: hue angle of 196.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62BDDF is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 189 | 223 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.13 |
| HSL | 196.32º | 0.66% | 0.63% | - |
| HSV(B) | 196.32º | 0.56% | 0.87% | - |
| XYZ | 36.55 | 44.32 | 76.44 | - |
| YUV | 165.67 | 160.35 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 223 | 0.56 | 0.15 | 0 | 0.13 | 196.32 | 0.66 | 0.63 |
| Hex | 62 | BD | DF | 38 | F | 0 | D | C4 | 42 | 3F |
| Octal | 142 | 275 | 337 | 70 | 17 | 0 | 15 | 304 | 102 | 77 |
| Binary | 1100010 | 10111101 | 11011111 | 111000 | 1111 | 0 | 1101 | 11000100 | 1000010 | 111111 |
Color Harmonies of #62BDDF
Complementary color
Monochromatic Colors of #62BDDF
Black with #62BDDF
Text Example
Text Example
White with #62BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BDDF; }
p { color: rgb(98,189,223); }
H1.HeaderClassName
{
color: #62BDDF;
}
.AnyTagClassName
{
color: #62BDDF;
}
</style>
background-color css
<style>
a { background-color: #62BDDF; }
a { background-color: rgb(98,189,223); }
div.DivClassName
{
background-color: #62BDDF;
}
.BgClassName
{
background-color: #62BDDF;
}
</style>
border-color css
<style>
span { border-color: #62BDDF; }
span { border-color: rgb(98,189,223); }
td.TdClassName
{
border-color: #62BDDF;
}
.TagClassName
{
border-color: #62BDDF;
}
</style>