Shades of Malibu #61BADF
Tints of Malibu #61BADF
RGB
CMYK
RGB Variations
Color information
#61BADF (or 0x61BADF) is known color: Malibu. HEX triplet: 61, BA and DF. RGB value is (97,186,223). Sum of RGB (Red+Green+Blue) = 97+186+223=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #61BADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BADF is #9E4520. Grayscale: #A3A3A3. Windows color (decimal): -10372385 or 14662241. OLE color: 14662241.
HSL color Cylindrical-coordinate representation of color #61BADF: hue angle of 197.62º 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 #61BADF is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 186 | 223 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.13 |
| HSL | 197.62º | 0.66% | 0.63% | - |
| HSV(B) | 197.62º | 0.57% | 0.87% | - |
| XYZ | 35.81 | 42.99 | 76.22 | - |
| YUV | 163.61 | 161.51 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 223 | 0.57 | 0.17 | 0 | 0.13 | 197.62 | 0.66 | 0.63 |
| Hex | 61 | BA | DF | 39 | 11 | 0 | D | C6 | 42 | 3F |
| Octal | 141 | 272 | 337 | 71 | 21 | 0 | 15 | 306 | 102 | 77 |
| Binary | 1100001 | 10111010 | 11011111 | 111001 | 10001 | 0 | 1101 | 11000110 | 1000010 | 111111 |
Color Harmonies of #61BADF
Complementary color
Monochromatic Colors of #61BADF
Black with #61BADF
Text Example
Text Example
White with #61BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BADF; }
p { color: rgb(97,186,223); }
H1.HeaderClassName
{
color: #61BADF;
}
.AnyTagClassName
{
color: #61BADF;
}
</style>
background-color css
<style>
a { background-color: #61BADF; }
a { background-color: rgb(97,186,223); }
div.DivClassName
{
background-color: #61BADF;
}
.BgClassName
{
background-color: #61BADF;
}
</style>
border-color css
<style>
span { border-color: #61BADF; }
span { border-color: rgb(97,186,223); }
td.TdClassName
{
border-color: #61BADF;
}
.TagClassName
{
border-color: #61BADF;
}
</style>