Shades of Malibu #61B9DF
Tints of Malibu #61B9DF
RGB
CMYK
RGB Variations
Color information
#61B9DF (or 0x61B9DF) is known color: Malibu. HEX triplet: 61, B9 and DF. RGB value is (97,185,223). Sum of RGB (Red+Green+Blue) = 97+185+223=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #61B9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9DF is #9E4620. Grayscale: #A2A2A2. Windows color (decimal): -10372641 or 14661985. OLE color: 14661985.
HSL color Cylindrical-coordinate representation of color #61B9DF: hue angle of 198.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61B9DF is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 185 | 223 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.13 |
| HSL | 198.1º | 0.66% | 0.63% | - |
| HSV(B) | 198.1º | 0.57% | 0.87% | - |
| XYZ | 35.6 | 42.57 | 76.15 | - |
| YUV | 163.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 185 | 223 | 0.57 | 0.17 | 0 | 0.13 | 198.1 | 0.66 | 0.63 |
| Hex | 61 | B9 | DF | 39 | 11 | 0 | D | C6 | 42 | 3F |
| Octal | 141 | 271 | 337 | 71 | 21 | 0 | 15 | 306 | 102 | 77 |
| Binary | 1100001 | 10111001 | 11011111 | 111001 | 10001 | 0 | 1101 | 11000110 | 1000010 | 111111 |
Color Harmonies of #61B9DF
Complementary color
Monochromatic Colors of #61B9DF
Black with #61B9DF
Text Example
Text Example
White with #61B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B9DF; }
p { color: rgb(97,185,223); }
H1.HeaderClassName
{
color: #61B9DF;
}
.AnyTagClassName
{
color: #61B9DF;
}
</style>
background-color css
<style>
a { background-color: #61B9DF; }
a { background-color: rgb(97,185,223); }
div.DivClassName
{
background-color: #61B9DF;
}
.BgClassName
{
background-color: #61B9DF;
}
</style>
border-color css
<style>
span { border-color: #61B9DF; }
span { border-color: rgb(97,185,223); }
td.TdClassName
{
border-color: #61B9DF;
}
.TagClassName
{
border-color: #61B9DF;
}
</style>